#74716b
a dark, muted gray · warm · closest name: gray
RGB
116, 113, 107
HSL
40°, 4%, 44%
CMYK
0, 3, 8, 55
Luminance
0.1658
Every format
| HEX | #74716b |
| RGB | rgb(116, 113, 107) |
| HSL | hsl(40, 4%, 44%) |
| CMYK | cmyk(0%, 3%, 8%, 55%) |
| LAB | lab(47.7 -0.0 3.7) |
| LCH | lch(47.7 3.7 90.2) |
| OKLCH | oklch(0.549 0.010 84.6) |
Copy-ready code
/* CSS */
color: #74716b;
background-color: #74716b;
/* Tailwind (arbitrary) */
class="text-[#74716b] bg-[#74716b]"
/* SCSS */
$brand: #74716b;
/* SwiftUI */
Color(red: 0.455, green: 0.443, blue: 0.420)
/* Android */
Color.parseColor("#74716b")Accessibility — WCAG contrast
Aa
#74716b on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#74716b on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green44.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow7.8%
Key (black)54.5%
Color previews
#74716b text on a black background
contrast 4.32:1
Card sample
#74716b text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74716b;
Background color
Panel with #74716b background
background-color: #74716b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74716b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 113, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 113, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74716b; background: linear-gradient(135deg, #74716b, #71746B);