Shades of Eminence #714F74
Tints of Eminence #714F74
RGB
CMYK
RGB Variations
Color information
#714F74 (or 0x714F74) is known color: Eminence. HEX triplet: 71, 4F and 74. RGB value is (113,79,116). Sum of RGB (Red+Green+Blue) = 113+79+116=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #714F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F74 is #8EB08B. Grayscale: #5D5D5D. Windows color (decimal): -9351308 or 7622513. OLE color: 7622513.
HSL color Cylindrical-coordinate representation of color #714F74: hue angle of 295.14º 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 #714F74 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 79 | 116 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.55 |
| HSL | 295.14º | 0.19% | 0.38% | - |
| HSV(B) | 295.14º | 0.32% | 0.45% | - |
| XYZ | 12.76 | 10.36 | 17.85 | - |
| YUV | 93.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 116 | 0.03 | 0.32 | 0 | 0.55 | 295.14 | 0.19 | 0.38 |
| Hex | 71 | 4F | 74 | 3 | 20 | 0 | 37 | 127 | 13 | 26 |
| Octal | 161 | 117 | 164 | 3 | 40 | 0 | 67 | 447 | 23 | 46 |
| Binary | 1110001 | 1001111 | 1110100 | 11 | 100000 | 0 | 110111 | 100100111 | 10011 | 100110 |
Color Harmonies of #714F74
Complementary color
Monochromatic Colors of #714F74
Black with #714F74
Text Example
Text Example
White with #714F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F74; }
p { color: rgb(113,79,116); }
H1.HeaderClassName
{
color: #714F74;
}
.AnyTagClassName
{
color: #714F74;
}
</style>
background-color css
<style>
a { background-color: #714F74; }
a { background-color: rgb(113,79,116); }
div.DivClassName
{
background-color: #714F74;
}
.BgClassName
{
background-color: #714F74;
}
</style>
border-color css
<style>
span { border-color: #714F74; }
span { border-color: rgb(113,79,116); }
td.TdClassName
{
border-color: #714F74;
}
.TagClassName
{
border-color: #714F74;
}
</style>