#92757C
A medium, muted red closely aligning with Gray.
About #92757C
Visually, #92757C is defined as a muted red. If you're using CSS, you might find it aligns closely with Gray. Its digital footprint relies on 146 parts red, 117 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 20% Magenta, 15% Yellow, and 43% Black. With a hue angle of 345.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92757C
RGB146, 117, 124
HSL345.5°, 11.7%, 51.6%
CMYK0%, 20%, 15%, 43%
HSV345.5°, 19.9%, 57.3%
LAB52.2, 12.5, 0.5
XYZ21.9, 20.3, 21.8
Decimal9598332
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #92757C;
}
.text-color {
color: #92757C;
}
.border-color {
border: 2px solid #92757C;
}