Shades of Eminence #72466E
Tints of Eminence #72466E
RGB
CMYK
RGB Variations
Color information
#72466E (or 0x72466E) is known color: Eminence. HEX triplet: 72, 46 and 6E. RGB value is (114,70,110). Sum of RGB (Red+Green+Blue) = 114+70+110=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72466E is #8DB991. Grayscale: #575757. Windows color (decimal): -9288082 or 7226994. OLE color: 7226994.
HSL color Cylindrical-coordinate representation of color #72466E: hue angle of 305.45º 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 #72466E is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 110 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.55 |
| HSL | 305.45º | 0.24% | 0.36% | - |
| HSV(B) | 305.45º | 0.39% | 0.45% | - |
| XYZ | 11.94 | 9.08 | 15.88 | - |
| YUV | 87.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 110 | 0 | 0.39 | 0.04 | 0.55 | 305.45 | 0.24 | 0.36 |
| Hex | 72 | 46 | 6E | 0 | 27 | 4 | 37 | 131 | 18 | 24 |
| Octal | 162 | 106 | 156 | 0 | 47 | 4 | 67 | 461 | 30 | 44 |
| Binary | 1110010 | 1000110 | 1101110 | 0 | 100111 | 100 | 110111 | 100110001 | 11000 | 100100 |
Color Harmonies of #72466E
Complementary color
Monochromatic Colors of #72466E
Black with #72466E
Text Example
Text Example
White with #72466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72466E; }
p { color: rgb(114,70,110); }
H1.HeaderClassName
{
color: #72466E;
}
.AnyTagClassName
{
color: #72466E;
}
</style>
background-color css
<style>
a { background-color: #72466E; }
a { background-color: rgb(114,70,110); }
div.DivClassName
{
background-color: #72466E;
}
.BgClassName
{
background-color: #72466E;
}
</style>
border-color css
<style>
span { border-color: #72466E; }
span { border-color: rgb(114,70,110); }
td.TdClassName
{
border-color: #72466E;
}
.TagClassName
{
border-color: #72466E;
}
</style>