Shades of Eminence #76486F
Tints of Eminence #76486F
RGB
CMYK
RGB Variations
Color information
#76486F (or 0x76486F) is known color: Eminence. HEX triplet: 76, 48 and 6F. RGB value is (118,72,111). Sum of RGB (Red+Green+Blue) = 118+72+111=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76486F is #89B790. Grayscale: #5A5A5A. Windows color (decimal): -9025425 or 7293046. OLE color: 7293046.
HSL color Cylindrical-coordinate representation of color #76486F: hue angle of 309.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76486F is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 111 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.54 |
| HSL | 309.13º | 0.24% | 0.37% | - |
| HSV(B) | 309.13º | 0.39% | 0.46% | - |
| XYZ | 12.66 | 9.63 | 16.23 | - |
| YUV | 90.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 111 | 0 | 0.39 | 0.06 | 0.54 | 309.13 | 0.24 | 0.37 |
| Hex | 76 | 48 | 6F | 0 | 27 | 6 | 36 | 135 | 18 | 25 |
| Octal | 166 | 110 | 157 | 0 | 47 | 6 | 66 | 465 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1101111 | 0 | 100111 | 110 | 110110 | 100110101 | 11000 | 100101 |
Color Harmonies of #76486F
Complementary color
Monochromatic Colors of #76486F
Black with #76486F
Text Example
Text Example
White with #76486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76486F; }
p { color: rgb(118,72,111); }
H1.HeaderClassName
{
color: #76486F;
}
.AnyTagClassName
{
color: #76486F;
}
</style>
background-color css
<style>
a { background-color: #76486F; }
a { background-color: rgb(118,72,111); }
div.DivClassName
{
background-color: #76486F;
}
.BgClassName
{
background-color: #76486F;
}
</style>
border-color css
<style>
span { border-color: #76486F; }
span { border-color: rgb(118,72,111); }
td.TdClassName
{
border-color: #76486F;
}
.TagClassName
{
border-color: #76486F;
}
</style>