#7C576D
A medium, muted magenta closely aligning with Dimgray.
About #7C576D
At its core, #7C576D is a medium and muted hue. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(124, 87, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 30% Magenta, 12% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C576D
RGB124, 87, 109
HSL324.3°, 17.5%, 41.4%
CMYK0%, 30%, 12%, 51%
HSV324.3°, 29.8%, 48.6%
LAB41.5, 19.0, -6.5
XYZ14.5, 12.2, 16.1
Decimal8148845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.10:1
Text on #FFFFFF
AA
3.44:1
Text on #000000
AA Large
5.83:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C576D;
}
.text-color {
color: #7C576D;
}
.border-color {
border: 2px solid #7C576D;
}