Shades of Eminence #714E73
Tints of Eminence #714E73
RGB
CMYK
RGB Variations
Color information
#714E73 (or 0x714E73) is known color: Eminence. HEX triplet: 71, 4E and 73. RGB value is (113,78,115). Sum of RGB (Red+Green+Blue) = 113+78+115=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #714E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E73 is #8EB18C. Grayscale: #5C5C5C. Windows color (decimal): -9351565 or 7556721. OLE color: 7556721.
HSL color Cylindrical-coordinate representation of color #714E73: hue angle of 296.76º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714E73 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 78 | 115 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.55 |
| HSL | 296.76º | 0.19% | 0.38% | - |
| HSV(B) | 296.76º | 0.32% | 0.45% | - |
| XYZ | 12.63 | 10.2 | 17.52 | - |
| YUV | 92.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 115 | 0.02 | 0.32 | 0 | 0.55 | 296.76 | 0.19 | 0.38 |
| Hex | 71 | 4E | 73 | 2 | 20 | 0 | 37 | 129 | 13 | 26 |
| Octal | 161 | 116 | 163 | 2 | 40 | 0 | 67 | 451 | 23 | 46 |
| Binary | 1110001 | 1001110 | 1110011 | 10 | 100000 | 0 | 110111 | 100101001 | 10011 | 100110 |
Color Harmonies of #714E73
Complementary color
Monochromatic Colors of #714E73
Black with #714E73
Text Example
Text Example
White with #714E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E73; }
p { color: rgb(113,78,115); }
H1.HeaderClassName
{
color: #714E73;
}
.AnyTagClassName
{
color: #714E73;
}
</style>
background-color css
<style>
a { background-color: #714E73; }
a { background-color: rgb(113,78,115); }
div.DivClassName
{
background-color: #714E73;
}
.BgClassName
{
background-color: #714E73;
}
</style>
border-color css
<style>
span { border-color: #714E73; }
span { border-color: rgb(113,78,115); }
td.TdClassName
{
border-color: #714E73;
}
.TagClassName
{
border-color: #714E73;
}
</style>