Shades of Eminence #78406E
Tints of Eminence #78406E
RGB
CMYK
RGB Variations
Color information
#78406E (or 0x78406E) is known color: Eminence. HEX triplet: 78, 40 and 6E. RGB value is (120,64,110). Sum of RGB (Red+Green+Blue) = 120+64+110=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78406E is #87BF91. Grayscale: #555555. Windows color (decimal): -8896402 or 7225464. OLE color: 7225464.
HSL color Cylindrical-coordinate representation of color #78406E: hue angle of 310.71º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78406E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 64 | 110 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.53 |
| HSL | 310.71º | 0.3% | 0.36% | - |
| HSV(B) | 310.71º | 0.47% | 0.47% | - |
| XYZ | 12.39 | 8.79 | 15.79 | - |
| YUV | 85.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 110 | 0 | 0.47 | 0.08 | 0.53 | 310.71 | 0.3 | 0.36 |
| Hex | 78 | 40 | 6E | 0 | 2F | 8 | 35 | 137 | 1E | 24 |
| Octal | 170 | 100 | 156 | 0 | 57 | 10 | 65 | 467 | 36 | 44 |
| Binary | 1111000 | 1000000 | 1101110 | 0 | 101111 | 1000 | 110101 | 100110111 | 11110 | 100100 |
Color Harmonies of #78406E
Complementary color
Monochromatic Colors of #78406E
Black with #78406E
Text Example
Text Example
White with #78406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78406E; }
p { color: rgb(120,64,110); }
H1.HeaderClassName
{
color: #78406E;
}
.AnyTagClassName
{
color: #78406E;
}
</style>
background-color css
<style>
a { background-color: #78406E; }
a { background-color: rgb(120,64,110); }
div.DivClassName
{
background-color: #78406E;
}
.BgClassName
{
background-color: #78406E;
}
</style>
border-color css
<style>
span { border-color: #78406E; }
span { border-color: rgb(120,64,110); }
td.TdClassName
{
border-color: #78406E;
}
.TagClassName
{
border-color: #78406E;
}
</style>