Shades of Eminence #77497C
Tints of Eminence #77497C
RGB
CMYK
RGB Variations
Color information
#77497C (or 0x77497C) is known color: Eminence. HEX triplet: 77, 49 and 7C. RGB value is (119,73,124). Sum of RGB (Red+Green+Blue) = 119+73+124=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #77497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77497C is #88B683. Grayscale: #5C5C5C. Windows color (decimal): -8959620 or 8145271. OLE color: 8145271.
HSL color Cylindrical-coordinate representation of color #77497C: hue angle of 294.12º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77497C is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 73 | 124 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.51 |
| HSL | 294.12º | 0.26% | 0.39% | - |
| HSV(B) | 294.12º | 0.41% | 0.49% | - |
| XYZ | 13.63 | 10.14 | 20.31 | - |
| YUV | 92.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 124 | 0.04 | 0.41 | 0 | 0.51 | 294.12 | 0.26 | 0.39 |
| Hex | 77 | 49 | 7C | 4 | 29 | 0 | 33 | 126 | 1A | 27 |
| Octal | 167 | 111 | 174 | 4 | 51 | 0 | 63 | 446 | 32 | 47 |
| Binary | 1110111 | 1001001 | 1111100 | 100 | 101001 | 0 | 110011 | 100100110 | 11010 | 100111 |
Color Harmonies of #77497C
Complementary color
Monochromatic Colors of #77497C
Black with #77497C
Text Example
Text Example
White with #77497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77497C; }
p { color: rgb(119,73,124); }
H1.HeaderClassName
{
color: #77497C;
}
.AnyTagClassName
{
color: #77497C;
}
</style>
background-color css
<style>
a { background-color: #77497C; }
a { background-color: rgb(119,73,124); }
div.DivClassName
{
background-color: #77497C;
}
.BgClassName
{
background-color: #77497C;
}
</style>
border-color css
<style>
span { border-color: #77497C; }
span { border-color: rgb(119,73,124); }
td.TdClassName
{
border-color: #77497C;
}
.TagClassName
{
border-color: #77497C;
}
</style>