#777711
a dark, electric yellow · cool · closest name: olive
RGB
119, 119, 17
HSL
60°, 75%, 27%
CMYK
0, 0, 86, 53
Luminance
0.1716
Every format
| HEX | #777711 |
| RGB | rgb(119, 119, 17) |
| HSL | hsl(60, 75%, 27%) |
| CMYK | cmyk(0%, 0%, 86%, 53%) |
| LAB | lab(48.5 -11.9 50.1) |
| LCH | lch(48.5 51.5 103.3) |
| OKLCH | oklch(0.552 0.115 109.6) |
Copy-ready code
/* CSS */
color: #777711;
background-color: #777711;
/* Tailwind (arbitrary) */
class="text-[#777711] bg-[#777711]"
/* SCSS */
$brand: #777711;
/* SwiftUI */
Color(red: 0.467, green: 0.467, blue: 0.067)
/* Android */
Color.parseColor("#777711")Accessibility — WCAG contrast
Aa
#777711 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#777711 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow85.7%
Key (black)53.3%
Color previews
#777711 text on a black background
contrast 4.43:1
Card sample
#777711 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #777711;
Background color
Panel with #777711 background
background-color: #777711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #777711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 119, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 119, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #777711; background: linear-gradient(135deg, #777711, #337711);