Shades of Eminence #773E78
Tints of Eminence #773E78
RGB
CMYK
RGB Variations
Color information
#773E78 (or 0x773E78) is known color: Eminence. HEX triplet: 77, 3E and 78. RGB value is (119,62,120). Sum of RGB (Red+Green+Blue) = 119+62+120=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #773E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E78 is #88C187. Grayscale: #555555. Windows color (decimal): -8962440 or 7880311. OLE color: 7880311.
HSL color Cylindrical-coordinate representation of color #773E78: hue angle of 298.97º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773E78 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 120 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.53 |
| HSL | 298.97º | 0.32% | 0.36% | - |
| HSV(B) | 298.97º | 0.48% | 0.47% | - |
| XYZ | 12.72 | 8.72 | 18.78 | - |
| YUV | 85.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 120 | 0.01 | 0.48 | 0 | 0.53 | 298.97 | 0.32 | 0.36 |
| Hex | 77 | 3E | 78 | 1 | 30 | 0 | 35 | 12B | 20 | 24 |
| Octal | 167 | 76 | 170 | 1 | 60 | 0 | 65 | 453 | 40 | 44 |
| Binary | 1110111 | 111110 | 1111000 | 1 | 110000 | 0 | 110101 | 100101011 | 100000 | 100100 |
Color Harmonies of #773E78
Complementary color
Monochromatic Colors of #773E78
Black with #773E78
Text Example
Text Example
White with #773E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E78; }
p { color: rgb(119,62,120); }
H1.HeaderClassName
{
color: #773E78;
}
.AnyTagClassName
{
color: #773E78;
}
</style>
background-color css
<style>
a { background-color: #773E78; }
a { background-color: rgb(119,62,120); }
div.DivClassName
{
background-color: #773E78;
}
.BgClassName
{
background-color: #773E78;
}
</style>
border-color css
<style>
span { border-color: #773E78; }
span { border-color: rgb(119,62,120); }
td.TdClassName
{
border-color: #773E78;
}
.TagClassName
{
border-color: #773E78;
}
</style>