#7e724e
a dark, soft yellow · cool · closest name: gray
RGB
126, 114, 78
HSL
45°, 24%, 40%
CMYK
0, 10, 38, 51
Luminance
0.1702
Every format
| HEX | #7e724e |
| RGB | rgb(126, 114, 78) |
| HSL | hsl(45, 24%, 40%) |
| CMYK | cmyk(0%, 10%, 38%, 51%) |
| LAB | lab(48.3 -1.0 21.7) |
| LCH | lch(48.3 21.7 92.7) |
| OKLCH | oklch(0.554 0.054 91.8) |
Copy-ready code
/* CSS */
color: #7e724e;
background-color: #7e724e;
/* Tailwind (arbitrary) */
class="text-[#7e724e] bg-[#7e724e]"
/* SCSS */
$brand: #7e724e;
/* SwiftUI */
Color(red: 0.494, green: 0.447, blue: 0.306)
/* Android */
Color.parseColor("#7e724e")Accessibility — WCAG contrast
Aa
#7e724e on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e724e on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green44.7%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow38.1%
Key (black)50.6%
Color previews
#7e724e text on a black background
contrast 4.40:1
Card sample
#7e724e text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e724e;
Background color
Panel with #7e724e background
background-color: #7e724e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e724e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 114, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 114, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e724e; background: linear-gradient(135deg, #7e724e, #6A7E4E);