Shades of Eminence #72466F
Tints of Eminence #72466F
RGB
CMYK
RGB Variations
Color information
#72466F (or 0x72466F) is known color: Eminence. HEX triplet: 72, 46 and 6F. RGB value is (114,70,111). Sum of RGB (Red+Green+Blue) = 114+70+111=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72466F is #8DB990. Grayscale: #575757. Windows color (decimal): -9288081 or 7292530. OLE color: 7292530.
HSL color Cylindrical-coordinate representation of color #72466F: hue angle of 304.09º 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 #72466F is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 111 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.55 |
| HSL | 304.09º | 0.24% | 0.36% | - |
| HSV(B) | 304.09º | 0.39% | 0.45% | - |
| XYZ | 12 | 9.11 | 16.16 | - |
| YUV | 87.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 111 | 0 | 0.39 | 0.03 | 0.55 | 304.09 | 0.24 | 0.36 |
| Hex | 72 | 46 | 6F | 0 | 27 | 3 | 37 | 130 | 18 | 24 |
| Octal | 162 | 106 | 157 | 0 | 47 | 3 | 67 | 460 | 30 | 44 |
| Binary | 1110010 | 1000110 | 1101111 | 0 | 100111 | 11 | 110111 | 100110000 | 11000 | 100100 |
Color Harmonies of #72466F
Complementary color
Monochromatic Colors of #72466F
Black with #72466F
Text Example
Text Example
White with #72466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72466F; }
p { color: rgb(114,70,111); }
H1.HeaderClassName
{
color: #72466F;
}
.AnyTagClassName
{
color: #72466F;
}
</style>
background-color css
<style>
a { background-color: #72466F; }
a { background-color: rgb(114,70,111); }
div.DivClassName
{
background-color: #72466F;
}
.BgClassName
{
background-color: #72466F;
}
</style>
border-color css
<style>
span { border-color: #72466F; }
span { border-color: rgb(114,70,111); }
td.TdClassName
{
border-color: #72466F;
}
.TagClassName
{
border-color: #72466F;
}
</style>