Shades of Eminence #78486F
Tints of Eminence #78486F
RGB
CMYK
RGB Variations
Color information
#78486F (or 0x78486F) is known color: Eminence. HEX triplet: 78, 48 and 6F. RGB value is (120,72,111). Sum of RGB (Red+Green+Blue) = 120+72+111=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #78486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78486F is #87B790. Grayscale: #5A5A5A. Windows color (decimal): -8894353 or 7293048. OLE color: 7293048.
HSL color Cylindrical-coordinate representation of color #78486F: hue angle of 311.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78486F is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 111 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.53 |
| HSL | 311.25º | 0.25% | 0.38% | - |
| HSV(B) | 311.25º | 0.4% | 0.47% | - |
| XYZ | 12.93 | 9.78 | 16.24 | - |
| YUV | 90.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 111 | 0 | 0.40 | 0.08 | 0.53 | 311.25 | 0.25 | 0.38 |
| Hex | 78 | 48 | 6F | 0 | 28 | 8 | 35 | 137 | 19 | 26 |
| Octal | 170 | 110 | 157 | 0 | 50 | 10 | 65 | 467 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1101111 | 0 | 101000 | 1000 | 110101 | 100110111 | 11001 | 100110 |
Color Harmonies of #78486F
Complementary color
Monochromatic Colors of #78486F
Black with #78486F
Text Example
Text Example
White with #78486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78486F; }
p { color: rgb(120,72,111); }
H1.HeaderClassName
{
color: #78486F;
}
.AnyTagClassName
{
color: #78486F;
}
</style>
background-color css
<style>
a { background-color: #78486F; }
a { background-color: rgb(120,72,111); }
div.DivClassName
{
background-color: #78486F;
}
.BgClassName
{
background-color: #78486F;
}
</style>
border-color css
<style>
span { border-color: #78486F; }
span { border-color: rgb(120,72,111); }
td.TdClassName
{
border-color: #78486F;
}
.TagClassName
{
border-color: #78486F;
}
</style>