#750724
A dark, vivid magenta closely aligning with Brown.
About #750724
When working with digital screens, the color #750724 is rendered by mixing light. Designers often compare it to the standard color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 7, and 36.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 94% magenta, 69% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#750724
RGB117, 7, 36
HSL344.2°, 88.7%, 24.3%
CMYK0%, 94%, 69%, 54%
HSV344.2°, 94.0%, 45.9%
LAB23.9, 44.8, 15.6
XYZ7.7, 4.1, 2.0
Decimal7669540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.59:1
Text on #FFFFFF
AAA
1.81:1
Text on #000000
FAIL
11.08:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750724;
}
.text-color {
color: #750724;
}
.border-color {
border: 2px solid #750724;
}