Shades of Eminence #78477A
Tints of Eminence #78477A
RGB
CMYK
RGB Variations
Color information
#78477A (or 0x78477A) is known color: Eminence. HEX triplet: 78, 47 and 7A. RGB value is (120,71,122). Sum of RGB (Red+Green+Blue) = 120+71+122=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #78477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78477A is #87B885. Grayscale: #5B5B5B. Windows color (decimal): -8894598 or 8013688. OLE color: 8013688.
HSL color Cylindrical-coordinate representation of color #78477A: hue angle of 297.65º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78477A is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 71 | 122 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.52 |
| HSL | 297.65º | 0.26% | 0.38% | - |
| HSV(B) | 297.65º | 0.42% | 0.48% | - |
| XYZ | 13.51 | 9.9 | 19.61 | - |
| YUV | 91.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 122 | 0.02 | 0.42 | 0 | 0.52 | 297.65 | 0.26 | 0.38 |
| Hex | 78 | 47 | 7A | 2 | 2A | 0 | 34 | 12A | 1A | 26 |
| Octal | 170 | 107 | 172 | 2 | 52 | 0 | 64 | 452 | 32 | 46 |
| Binary | 1111000 | 1000111 | 1111010 | 10 | 101010 | 0 | 110100 | 100101010 | 11010 | 100110 |
Color Harmonies of #78477A
Complementary color
Monochromatic Colors of #78477A
Black with #78477A
Text Example
Text Example
White with #78477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78477A; }
p { color: rgb(120,71,122); }
H1.HeaderClassName
{
color: #78477A;
}
.AnyTagClassName
{
color: #78477A;
}
</style>
background-color css
<style>
a { background-color: #78477A; }
a { background-color: rgb(120,71,122); }
div.DivClassName
{
background-color: #78477A;
}
.BgClassName
{
background-color: #78477A;
}
</style>
border-color css
<style>
span { border-color: #78477A; }
span { border-color: rgb(120,71,122); }
td.TdClassName
{
border-color: #78477A;
}
.TagClassName
{
border-color: #78477A;
}
</style>