Shades of Eminence #78497C
Tints of Eminence #78497C
RGB
CMYK
RGB Variations
Color information
#78497C (or 0x78497C) is known color: Eminence. HEX triplet: 78, 49 and 7C. RGB value is (120,73,124). Sum of RGB (Red+Green+Blue) = 120+73+124=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #78497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78497C is #87B683. Grayscale: #5C5C5C. Windows color (decimal): -8894084 or 8145272. OLE color: 8145272.
HSL color Cylindrical-coordinate representation of color #78497C: hue angle of 295.29º 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 #78497C is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 73 | 124 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.51 |
| HSL | 295.29º | 0.26% | 0.39% | - |
| HSV(B) | 295.29º | 0.41% | 0.49% | - |
| XYZ | 13.77 | 10.21 | 20.31 | - |
| YUV | 92.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 124 | 0.03 | 0.41 | 0 | 0.51 | 295.29 | 0.26 | 0.39 |
| Hex | 78 | 49 | 7C | 3 | 29 | 0 | 33 | 127 | 1A | 27 |
| Octal | 170 | 111 | 174 | 3 | 51 | 0 | 63 | 447 | 32 | 47 |
| Binary | 1111000 | 1001001 | 1111100 | 11 | 101001 | 0 | 110011 | 100100111 | 11010 | 100111 |
Color Harmonies of #78497C
Complementary color
Monochromatic Colors of #78497C
Black with #78497C
Text Example
Text Example
White with #78497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78497C; }
p { color: rgb(120,73,124); }
H1.HeaderClassName
{
color: #78497C;
}
.AnyTagClassName
{
color: #78497C;
}
</style>
background-color css
<style>
a { background-color: #78497C; }
a { background-color: rgb(120,73,124); }
div.DivClassName
{
background-color: #78497C;
}
.BgClassName
{
background-color: #78497C;
}
</style>
border-color css
<style>
span { border-color: #78497C; }
span { border-color: rgb(120,73,124); }
td.TdClassName
{
border-color: #78497C;
}
.TagClassName
{
border-color: #78497C;
}
</style>