Shades of Eminence #764876
Tints of Eminence #764876
RGB
CMYK
RGB Variations
Color information
#764876 (or 0x764876) is known color: Eminence. HEX triplet: 76, 48 and 76. RGB value is (118,72,118). Sum of RGB (Red+Green+Blue) = 118+72+118=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764876 is #89B789. Grayscale: #5A5A5A. Windows color (decimal): -9025418 or 7751798. OLE color: 7751798.
HSL color Cylindrical-coordinate representation of color #764876: hue angle of 300º 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 #764876 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 118 | - |
| CMYK | 0 | 0.39 | 0 | 0.54 |
| HSL | 300º | 0.24% | 0.37% | - |
| HSV(B) | 300º | 0.39% | 0.46% | - |
| XYZ | 13.06 | 9.79 | 18.34 | - |
| YUV | 91 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 118 | 0 | 0.39 | 0 | 0.54 | 300 | 0.24 | 0.37 |
| Hex | 76 | 48 | 76 | 0 | 27 | 0 | 36 | 12C | 18 | 25 |
| Octal | 166 | 110 | 166 | 0 | 47 | 0 | 66 | 454 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1110110 | 0 | 100111 | 0 | 110110 | 100101100 | 11000 | 100101 |
Color Harmonies of #764876
Complementary color
Monochromatic Colors of #764876
Black with #764876
Text Example
Text Example
White with #764876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764876; }
p { color: rgb(118,72,118); }
H1.HeaderClassName
{
color: #764876;
}
.AnyTagClassName
{
color: #764876;
}
</style>
background-color css
<style>
a { background-color: #764876; }
a { background-color: rgb(118,72,118); }
div.DivClassName
{
background-color: #764876;
}
.BgClassName
{
background-color: #764876;
}
</style>
border-color css
<style>
span { border-color: #764876; }
span { border-color: rgb(118,72,118); }
td.TdClassName
{
border-color: #764876;
}
.TagClassName
{
border-color: #764876;
}
</style>