#7c727c
a balanced, muted gray · warm · closest name: gray
RGB
124, 114, 124
HSL
300°, 4%, 47%
CMYK
0, 8, 0, 51
Luminance
0.1777
Every format
| HEX | #7c727c |
| RGB | rgb(124, 114, 124) |
| HSL | hsl(300, 4%, 47%) |
| CMYK | cmyk(0%, 8%, 0%, 51%) |
| LAB | lab(49.2 5.8 -4.1) |
| LCH | lch(49.2 7.1 324.9) |
| OKLCH | oklch(0.565 0.019 325.8) |
Copy-ready code
/* CSS */
color: #7c727c;
background-color: #7c727c;
/* Tailwind (arbitrary) */
class="text-[#7c727c] bg-[#7c727c]"
/* SCSS */
$brand: #7c727c;
/* SwiftUI */
Color(red: 0.486, green: 0.447, blue: 0.486)
/* Android */
Color.parseColor("#7c727c")Accessibility — WCAG contrast
Aa
#7c727c on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c727c on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green44.7%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow0.0%
Key (black)51.4%
Color previews
#7c727c text on a black background
contrast 4.55:1
Card sample
#7c727c text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c727c;
Background color
Panel with #7c727c background
background-color: #7c727c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c727c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 114, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 114, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c727c; background: linear-gradient(135deg, #7c727c, #7C7275);