Shades of Eminence #764873
Tints of Eminence #764873
RGB
CMYK
RGB Variations
Color information
#764873 (or 0x764873) is known color: Eminence. HEX triplet: 76, 48 and 73. RGB value is (118,72,115). Sum of RGB (Red+Green+Blue) = 118+72+115=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #764873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764873 is #89B78C. Grayscale: #5A5A5A. Windows color (decimal): -9025421 or 7555190. OLE color: 7555190.
HSL color Cylindrical-coordinate representation of color #764873: hue angle of 303.91º 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 #764873 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 115 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.54 |
| HSL | 303.91º | 0.24% | 0.37% | - |
| HSV(B) | 303.91º | 0.39% | 0.46% | - |
| XYZ | 12.88 | 9.72 | 17.42 | - |
| YUV | 90.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 115 | 0 | 0.39 | 0.03 | 0.54 | 303.91 | 0.24 | 0.37 |
| Hex | 76 | 48 | 73 | 0 | 27 | 3 | 36 | 130 | 18 | 25 |
| Octal | 166 | 110 | 163 | 0 | 47 | 3 | 66 | 460 | 30 | 45 |
| Binary | 1110110 | 1001000 | 1110011 | 0 | 100111 | 11 | 110110 | 100110000 | 11000 | 100101 |
Color Harmonies of #764873
Complementary color
Monochromatic Colors of #764873
Black with #764873
Text Example
Text Example
White with #764873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764873; }
p { color: rgb(118,72,115); }
H1.HeaderClassName
{
color: #764873;
}
.AnyTagClassName
{
color: #764873;
}
</style>
background-color css
<style>
a { background-color: #764873; }
a { background-color: rgb(118,72,115); }
div.DivClassName
{
background-color: #764873;
}
.BgClassName
{
background-color: #764873;
}
</style>
border-color css
<style>
span { border-color: #764873; }
span { border-color: rgb(118,72,115); }
td.TdClassName
{
border-color: #764873;
}
.TagClassName
{
border-color: #764873;
}
</style>