this post was submitted on 01 Sep 2025
456 points (99.8% liked)
Programmer Humor
26097 readers
1054 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I never ever use these names. My guess is they're a carryover from some Web 1.0 rule and not originally specific to CSS.
X11.
"Gray" with an A looks so wrong to my eyes. I don't think I ever see it used normally.
"Grey if it's in England, gray if it's in America."
Same as tire vs tyre, center vs centre and so on.
I am an American living in America, still looks weird.
I knew it'd be something like that. Don't try to fix it, would be my advice. BTW my
rgb.txt
seems to have 2 entries for every tone of grey resp. gray.Once at a job when I was supposed to make a website work (and I'll stress, I am not a graphic designer and wasn't hired as one!) I made the layout as nice as I could, but I insisted on only using named CSS colors because I just do. not. care. about color theory. By which I mean, I don't want to waste time and do a crappy job at it when someone else could do it much better and properly and faster. So the named colors are meant as an obvious placeholder for a more creative person to replace with something real later.
When my boss gave me feedback he just said that it's ugly. I started saying "yeah, the colors are placeholders, we can change that easily. I'll fiddle it with it I'll stick with named colors" (above explanation was to follow).
Before I even got to the named colors bit, he interrupted me and said "don't use named colors ever".
I guess maybe I was hired as a graphic designer? News to me!
(I'm making him sound awful but he was actually a really good boss. This interaction is not representative of our usual dynamics. I'm not employed by him anymore but we are on good terms.)
He recognized the tones. Used to be known as "web friendly" a long time ago.
I literally only use them when testing.