Shades of Eminence #764579
Tints of Eminence #764579
RGB
CMYK
RGB Variations
Color information
#764579 (or 0x764579) is known color: Eminence. HEX triplet: 76, 45 and 79. RGB value is (118,69,121). Sum of RGB (Red+Green+Blue) = 118+69+121=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #764579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764579 is #89BA86. Grayscale: #595959. Windows color (decimal): -9026183 or 7947638. OLE color: 7947638.
HSL color Cylindrical-coordinate representation of color #764579: hue angle of 296.54º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764579 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 69 | 121 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.53 |
| HSL | 296.54º | 0.27% | 0.37% | - |
| HSV(B) | 296.54º | 0.43% | 0.47% | - |
| XYZ | 13.05 | 9.49 | 19.23 | - |
| YUV | 89.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 121 | 0.02 | 0.43 | 0 | 0.53 | 296.54 | 0.27 | 0.37 |
| Hex | 76 | 45 | 79 | 2 | 2B | 0 | 35 | 129 | 1B | 25 |
| Octal | 166 | 105 | 171 | 2 | 53 | 0 | 65 | 451 | 33 | 45 |
| Binary | 1110110 | 1000101 | 1111001 | 10 | 101011 | 0 | 110101 | 100101001 | 11011 | 100101 |
Color Harmonies of #764579
Complementary color
Monochromatic Colors of #764579
Black with #764579
Text Example
Text Example
White with #764579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764579; }
p { color: rgb(118,69,121); }
H1.HeaderClassName
{
color: #764579;
}
.AnyTagClassName
{
color: #764579;
}
</style>
background-color css
<style>
a { background-color: #764579; }
a { background-color: rgb(118,69,121); }
div.DivClassName
{
background-color: #764579;
}
.BgClassName
{
background-color: #764579;
}
</style>
border-color css
<style>
span { border-color: #764579; }
span { border-color: rgb(118,69,121); }
td.TdClassName
{
border-color: #764579;
}
.TagClassName
{
border-color: #764579;
}
</style>