Shades of Eminence #78376E
Tints of Eminence #78376E
RGB
CMYK
RGB Variations
Color information
#78376E (or 0x78376E) is known color: Eminence. HEX triplet: 78, 37 and 6E. RGB value is (120,55,110). Sum of RGB (Red+Green+Blue) = 120+55+110=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78376E is #87C891. Grayscale: #505050. Windows color (decimal): -8898706 or 7223160. OLE color: 7223160.
HSL color Cylindrical-coordinate representation of color #78376E: hue angle of 309.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78376E is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 110 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.53 |
| HSL | 309.23º | 0.37% | 0.34% | - |
| HSV(B) | 309.23º | 0.54% | 0.47% | - |
| XYZ | 11.93 | 7.85 | 15.64 | - |
| YUV | 80.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 110 | 0 | 0.54 | 0.08 | 0.53 | 309.23 | 0.37 | 0.34 |
| Hex | 78 | 37 | 6E | 0 | 36 | 8 | 35 | 135 | 25 | 22 |
| Octal | 170 | 67 | 156 | 0 | 66 | 10 | 65 | 465 | 45 | 42 |
| Binary | 1111000 | 110111 | 1101110 | 0 | 110110 | 1000 | 110101 | 100110101 | 100101 | 100010 |
Color Harmonies of #78376E
Complementary color
Monochromatic Colors of #78376E
Black with #78376E
Text Example
Text Example
White with #78376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78376E; }
p { color: rgb(120,55,110); }
H1.HeaderClassName
{
color: #78376E;
}
.AnyTagClassName
{
color: #78376E;
}
</style>
background-color css
<style>
a { background-color: #78376E; }
a { background-color: rgb(120,55,110); }
div.DivClassName
{
background-color: #78376E;
}
.BgClassName
{
background-color: #78376E;
}
</style>
border-color css
<style>
span { border-color: #78376E; }
span { border-color: rgb(120,55,110); }
td.TdClassName
{
border-color: #78376E;
}
.TagClassName
{
border-color: #78376E;
}
</style>