Shades of Eminence #72476D
Tints of Eminence #72476D
RGB
CMYK
RGB Variations
Color information
#72476D (or 0x72476D) is known color: Eminence. HEX triplet: 72, 47 and 6D. RGB value is (114,71,109). Sum of RGB (Red+Green+Blue) = 114+71+109=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72476D is #8DB892. Grayscale: #585858. Windows color (decimal): -9287827 or 7161714. OLE color: 7161714.
HSL color Cylindrical-coordinate representation of color #72476D: hue angle of 306.98º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72476D is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 71 | 109 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.55 |
| HSL | 306.98º | 0.23% | 0.36% | - |
| HSV(B) | 306.98º | 0.38% | 0.45% | - |
| XYZ | 11.95 | 9.19 | 15.61 | - |
| YUV | 88.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 109 | 0 | 0.38 | 0.04 | 0.55 | 306.98 | 0.23 | 0.36 |
| Hex | 72 | 47 | 6D | 0 | 26 | 4 | 37 | 133 | 17 | 24 |
| Octal | 162 | 107 | 155 | 0 | 46 | 4 | 67 | 463 | 27 | 44 |
| Binary | 1110010 | 1000111 | 1101101 | 0 | 100110 | 100 | 110111 | 100110011 | 10111 | 100100 |
Color Harmonies of #72476D
Complementary color
Monochromatic Colors of #72476D
Black with #72476D
Text Example
Text Example
White with #72476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72476D; }
p { color: rgb(114,71,109); }
H1.HeaderClassName
{
color: #72476D;
}
.AnyTagClassName
{
color: #72476D;
}
</style>
background-color css
<style>
a { background-color: #72476D; }
a { background-color: rgb(114,71,109); }
div.DivClassName
{
background-color: #72476D;
}
.BgClassName
{
background-color: #72476D;
}
</style>
border-color css
<style>
span { border-color: #72476D; }
span { border-color: rgb(114,71,109); }
td.TdClassName
{
border-color: #72476D;
}
.TagClassName
{
border-color: #72476D;
}
</style>