Shades of Eminence #78426C
Tints of Eminence #78426C
RGB
CMYK
RGB Variations
Color information
#78426C (or 0x78426C) is known color: Eminence. HEX triplet: 78, 42 and 6C. RGB value is (120,66,108). Sum of RGB (Red+Green+Blue) = 120+66+108=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #78426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78426C is #87BD93. Grayscale: #565656. Windows color (decimal): -8895892 or 7094904. OLE color: 7094904.
HSL color Cylindrical-coordinate representation of color #78426C: hue angle of 313.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78426C is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 108 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.53 |
| HSL | 313.33º | 0.29% | 0.36% | - |
| HSV(B) | 313.33º | 0.45% | 0.47% | - |
| XYZ | 12.4 | 8.97 | 15.27 | - |
| YUV | 86.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 108 | 0 | 0.45 | 0.10 | 0.53 | 313.33 | 0.29 | 0.36 |
| Hex | 78 | 42 | 6C | 0 | 2D | A | 35 | 139 | 1D | 24 |
| Octal | 170 | 102 | 154 | 0 | 55 | 12 | 65 | 471 | 35 | 44 |
| Binary | 1111000 | 1000010 | 1101100 | 0 | 101101 | 1010 | 110101 | 100111001 | 11101 | 100100 |
Color Harmonies of #78426C
Complementary color
Monochromatic Colors of #78426C
Black with #78426C
Text Example
Text Example
White with #78426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78426C; }
p { color: rgb(120,66,108); }
H1.HeaderClassName
{
color: #78426C;
}
.AnyTagClassName
{
color: #78426C;
}
</style>
background-color css
<style>
a { background-color: #78426C; }
a { background-color: rgb(120,66,108); }
div.DivClassName
{
background-color: #78426C;
}
.BgClassName
{
background-color: #78426C;
}
</style>
border-color css
<style>
span { border-color: #78426C; }
span { border-color: rgb(120,66,108); }
td.TdClassName
{
border-color: #78426C;
}
.TagClassName
{
border-color: #78426C;
}
</style>