Graphs and Charts (Subscribe)
Links
Color Table Based on Color Name
http://www.awtrey.com/support/scripts/name.php
I have compiled a list of color names and their RGB values. I wrote a Javascript script that creates an array of them and displays the color, value and the color by name and value. It allows you to test if your browser displays the colors correctly.
Price: GPL
Price: GPL
Color Table Based on Color Value
http://www.awtrey.com/support/scripts/color.php
Most of the color wheels didn't provide enough color variations for me. I wanted a larger color list and I didn't care to make the html file by hand, so I wrote a javascript app to do it for me. Another problem has to do with what color depth people are using. Many people are still using 256 color displays and I want the colors to display without dithering. The trick is to use colors that are on specific byte boundries. Typically, the values (in hex) are 00, 33, 66, 99, CC, and FF. I also wanted a better spread of grayscales, spaced in hex values of 10. The script defines arrays for each R G and B value and for the grayscale.
Price: GPL
Price: GPL

(1 vote)