Page 1 of 2
color code
Posted: Thu Sep 22, 2005 7:15 pm
by s.dot
anyone know where i can find a simple HTML code for a color chart? you know.. those things where you can see the different color table cells for a bunch of colors =)
Posted: Thu Sep 22, 2005 7:20 pm
by Chris Corbyn
The one built into the Gimp and Photshop are the best. I wrote one in PHP/JavaScript a while ago but the code is terrible from what I remember and I cant seem to find it

Posted: Thu Sep 22, 2005 7:35 pm
by s.dot
i can get an html code from photoshop?
like a table of colors
Posted: Thu Sep 22, 2005 7:39 pm
by feyd
you could make your own, kind of like d11wtq did

Posted: Thu Sep 22, 2005 7:50 pm
by s.dot
there's like 216 possibilities in the websafe palette alone
also, i don't know what r,g,b values mean =( i know it stands for red green & blue.
Posted: Thu Sep 22, 2005 7:56 pm
by feyd
Posted: Thu Sep 22, 2005 8:44 pm
by John Cartwright
in photoshop when viewing the color palate, you can set it to web colors only aswell
Posted: Fri Sep 23, 2005 2:59 am
by s.dot
yes, i knew that ;p
which is what i ended up doing. i copied pasted ALL 216 web safe colors individually into notepad. saved it as .csv. used fgetcsv() to populate an html table, then copied and pasted that ;d
go me
Posted: Fri Sep 23, 2005 3:07 am
by shiznatix
you are teh 1337
Posted: Fri Sep 23, 2005 3:56 am
by Grim...
scrotaye wrote:i copied pasted ALL 216 web safe colors individually into notepad.
Are you mad?
Why didn't you just use (quick Yahoo! search) this one?
http://www.web-source.net/216_color_chart.htm
Posted: Fri Sep 23, 2005 4:40 am
by s.dot
yahoo search.. what's that?
i use google for practically everything ;p i even dug into the 3rd page of the results and the color codes seemed to be all javascript
i did find a couple tables, but doing it myself proved much easier for customization
Posted: Fri Sep 23, 2005 7:50 am
by feyd
https://addons.mozilla.org/extensions/m ... php?id=271
forgot about this bad boy until a minute ago while grabbing all the extension urls

Posted: Fri Sep 23, 2005 7:57 am
by Chris Corbyn
That's brilliant! It has it's nice built-in color picker and also lets you pick colors from any web page

Posted: Fri Sep 23, 2005 7:58 am
by pilau
Posted: Fri Sep 23, 2005 4:39 pm
by kazaj