#7C5F5F
A medium, muted red closely aligning with Dimgray.
About #7C5F5F
The hex code #7C5F5F represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 124 red, 95 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 23% M, 23% Y, and 51% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C5F5F
RGB124, 95, 95
HSL0.0°, 13.2%, 42.9%
CMYK0%, 23%, 23%, 51%
HSV0.0°, 23.4%, 48.6%
LAB43.2, 11.8, 4.5
XYZ14.5, 13.3, 12.6
Decimal8150879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.74:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.49:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C5F5F;
}
.text-color {
color: #7C5F5F;
}
.border-color {
border: 2px solid #7C5F5F;
}