#777700
a deep, electric yellow · cool · closest name: olive
RGB
119, 119, 0
HSL
60°, 100%, 23%
CMYK
0, 0, 100, 53
Luminance
0.1712
Every format
| HEX | #777700 |
| RGB | rgb(119, 119, 0) |
| HSL | hsl(60, 100%, 23%) |
| CMYK | cmyk(0%, 0%, 100%, 53%) |
| LAB | lab(48.4 -12.3 53.8) |
| LCH | lch(48.4 55.2 102.9) |
| OKLCH | oklch(0.551 0.120 109.8) |
Copy-ready code
/* CSS */
color: #777700;
background-color: #777700;
/* Tailwind (arbitrary) */
class="text-[#777700] bg-[#777700]"
/* SCSS */
$brand: #777700;
/* SwiftUI */
Color(red: 0.467, green: 0.467, blue: 0.000)
/* Android */
Color.parseColor("#777700")Accessibility — WCAG contrast
Aa
#777700 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#777700 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)53.3%
Color previews
#777700 text on a black background
contrast 4.42:1
Card sample
#777700 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #777700;
Background color
Panel with #777700 background
background-color: #777700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #777700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 119, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 119, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #777700; background: linear-gradient(135deg, #777700, #287700);