Shades of Eminence #72466B
Tints of Eminence #72466B
RGB
CMYK
RGB Variations
Color information
#72466B (or 0x72466B) is known color: Eminence. HEX triplet: 72, 46 and 6B. RGB value is (114,70,107). Sum of RGB (Red+Green+Blue) = 114+70+107=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72466B is #8DB994. Grayscale: #575757. Windows color (decimal): -9288085 or 7030386. OLE color: 7030386.
HSL color Cylindrical-coordinate representation of color #72466B: hue angle of 309.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72466B is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 107 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.55 |
| HSL | 309.55º | 0.24% | 0.36% | - |
| HSV(B) | 309.55º | 0.39% | 0.45% | - |
| XYZ | 11.78 | 9.02 | 15.03 | - |
| YUV | 87.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 107 | 0 | 0.39 | 0.06 | 0.55 | 309.55 | 0.24 | 0.36 |
| Hex | 72 | 46 | 6B | 0 | 27 | 6 | 37 | 136 | 18 | 24 |
| Octal | 162 | 106 | 153 | 0 | 47 | 6 | 67 | 466 | 30 | 44 |
| Binary | 1110010 | 1000110 | 1101011 | 0 | 100111 | 110 | 110111 | 100110110 | 11000 | 100100 |
Color Harmonies of #72466B
Complementary color
Monochromatic Colors of #72466B
Black with #72466B
Text Example
Text Example
White with #72466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72466B; }
p { color: rgb(114,70,107); }
H1.HeaderClassName
{
color: #72466B;
}
.AnyTagClassName
{
color: #72466B;
}
</style>
background-color css
<style>
a { background-color: #72466B; }
a { background-color: rgb(114,70,107); }
div.DivClassName
{
background-color: #72466B;
}
.BgClassName
{
background-color: #72466B;
}
</style>
border-color css
<style>
span { border-color: #72466B; }
span { border-color: rgb(114,70,107); }
td.TdClassName
{
border-color: #72466B;
}
.TagClassName
{
border-color: #72466B;
}
</style>