Shades of Eminence #764877
Tints of Eminence #764877
RGB
CMYK
RGB Variations
Color information
#764877 (or 0x764877) is known color: Eminence. HEX triplet: 76, 48 and 77. RGB value is (118,72,119). Sum of RGB (Red+Green+Blue) = 118+72+119=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #764877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764877 is #89B788. Grayscale: #5A5A5A. Windows color (decimal): -9025417 or 7817334. OLE color: 7817334.
HSL color Cylindrical-coordinate representation of color #764877: hue angle of 298.72º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764877 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 72 | 119 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.53 |
| HSL | 298.72º | 0.25% | 0.37% | - |
| HSV(B) | 298.72º | 0.39% | 0.47% | - |
| XYZ | 13.12 | 9.82 | 18.66 | - |
| YUV | 91.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 119 | 0.01 | 0.39 | 0 | 0.53 | 298.72 | 0.25 | 0.37 |
| Hex | 76 | 48 | 77 | 1 | 27 | 0 | 35 | 12B | 19 | 25 |
| Octal | 166 | 110 | 167 | 1 | 47 | 0 | 65 | 453 | 31 | 45 |
| Binary | 1110110 | 1001000 | 1110111 | 1 | 100111 | 0 | 110101 | 100101011 | 11001 | 100101 |
Color Harmonies of #764877
Complementary color
Monochromatic Colors of #764877
Black with #764877
Text Example
Text Example
White with #764877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764877; }
p { color: rgb(118,72,119); }
H1.HeaderClassName
{
color: #764877;
}
.AnyTagClassName
{
color: #764877;
}
</style>
background-color css
<style>
a { background-color: #764877; }
a { background-color: rgb(118,72,119); }
div.DivClassName
{
background-color: #764877;
}
.BgClassName
{
background-color: #764877;
}
</style>
border-color css
<style>
span { border-color: #764877; }
span { border-color: rgb(118,72,119); }
td.TdClassName
{
border-color: #764877;
}
.TagClassName
{
border-color: #764877;
}
</style>