Shades of Eminence #76476E
Tints of Eminence #76476E
RGB
CMYK
RGB Variations
Color information
#76476E (or 0x76476E) is known color: Eminence. HEX triplet: 76, 47 and 6E. RGB value is (118,71,110). Sum of RGB (Red+Green+Blue) = 118+71+110=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76476E is #89B891. Grayscale: #595959. Windows color (decimal): -9025682 or 7227254. OLE color: 7227254.
HSL color Cylindrical-coordinate representation of color #76476E: hue angle of 310.21º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76476E is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 110 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.54 |
| HSL | 310.21º | 0.25% | 0.37% | - |
| HSV(B) | 310.21º | 0.4% | 0.46% | - |
| XYZ | 12.54 | 9.48 | 15.92 | - |
| YUV | 89.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 110 | 0 | 0.40 | 0.07 | 0.54 | 310.21 | 0.25 | 0.37 |
| Hex | 76 | 47 | 6E | 0 | 28 | 7 | 36 | 136 | 19 | 25 |
| Octal | 166 | 107 | 156 | 0 | 50 | 7 | 66 | 466 | 31 | 45 |
| Binary | 1110110 | 1000111 | 1101110 | 0 | 101000 | 111 | 110110 | 100110110 | 11001 | 100101 |
Color Harmonies of #76476E
Complementary color
Monochromatic Colors of #76476E
Black with #76476E
Text Example
Text Example
White with #76476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76476E; }
p { color: rgb(118,71,110); }
H1.HeaderClassName
{
color: #76476E;
}
.AnyTagClassName
{
color: #76476E;
}
</style>
background-color css
<style>
a { background-color: #76476E; }
a { background-color: rgb(118,71,110); }
div.DivClassName
{
background-color: #76476E;
}
.BgClassName
{
background-color: #76476E;
}
</style>
border-color css
<style>
span { border-color: #76476E; }
span { border-color: rgb(118,71,110); }
td.TdClassName
{
border-color: #76476E;
}
.TagClassName
{
border-color: #76476E;
}
</style>