Shades of Eminence #724C6F
Tints of Eminence #724C6F
RGB
CMYK
RGB Variations
Color information
#724C6F (or 0x724C6F) is known color: Eminence. HEX triplet: 72, 4C and 6F. RGB value is (114,76,111). Sum of RGB (Red+Green+Blue) = 114+76+111=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #724C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C6F is #8DB390. Grayscale: #5B5B5B. Windows color (decimal): -9286545 or 7294066. OLE color: 7294066.
HSL color Cylindrical-coordinate representation of color #724C6F: hue angle of 304.74º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724C6F is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 111 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.55 |
| HSL | 304.74º | 0.2% | 0.37% | - |
| HSV(B) | 304.74º | 0.33% | 0.45% | - |
| XYZ | 12.39 | 9.89 | 16.3 | - |
| YUV | 91.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 111 | 0 | 0.33 | 0.03 | 0.55 | 304.74 | 0.2 | 0.37 |
| Hex | 72 | 4C | 6F | 0 | 21 | 3 | 37 | 131 | 14 | 25 |
| Octal | 162 | 114 | 157 | 0 | 41 | 3 | 67 | 461 | 24 | 45 |
| Binary | 1110010 | 1001100 | 1101111 | 0 | 100001 | 11 | 110111 | 100110001 | 10100 | 100101 |
Color Harmonies of #724C6F
Complementary color
Monochromatic Colors of #724C6F
Black with #724C6F
Text Example
Text Example
White with #724C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C6F; }
p { color: rgb(114,76,111); }
H1.HeaderClassName
{
color: #724C6F;
}
.AnyTagClassName
{
color: #724C6F;
}
</style>
background-color css
<style>
a { background-color: #724C6F; }
a { background-color: rgb(114,76,111); }
div.DivClassName
{
background-color: #724C6F;
}
.BgClassName
{
background-color: #724C6F;
}
</style>
border-color css
<style>
span { border-color: #724C6F; }
span { border-color: rgb(114,76,111); }
td.TdClassName
{
border-color: #724C6F;
}
.TagClassName
{
border-color: #724C6F;
}
</style>