Shades of Eminence #772F78
Tints of Eminence #772F78
RGB
CMYK
RGB Variations
Color information
#772F78 (or 0x772F78) is known color: Eminence. HEX triplet: 77, 2F and 78. RGB value is (119,47,120). Sum of RGB (Red+Green+Blue) = 119+47+120=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #772F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F78 is #88D087. Grayscale: #4C4C4C. Windows color (decimal): -8966280 or 7876471. OLE color: 7876471.
HSL color Cylindrical-coordinate representation of color #772F78: hue angle of 299.18º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F78 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 120 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.53 |
| HSL | 299.18º | 0.44% | 0.33% | - |
| HSV(B) | 299.18º | 0.61% | 0.47% | - |
| XYZ | 12.01 | 7.31 | 18.55 | - |
| YUV | 76.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 120 | 0.01 | 0.61 | 0 | 0.53 | 299.18 | 0.44 | 0.33 |
| Hex | 77 | 2F | 78 | 1 | 3D | 0 | 35 | 12B | 2C | 21 |
| Octal | 167 | 57 | 170 | 1 | 75 | 0 | 65 | 453 | 54 | 41 |
| Binary | 1110111 | 101111 | 1111000 | 1 | 111101 | 0 | 110101 | 100101011 | 101100 | 100001 |
Color Harmonies of #772F78
Complementary color
Monochromatic Colors of #772F78
Black with #772F78
Text Example
Text Example
White with #772F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F78; }
p { color: rgb(119,47,120); }
H1.HeaderClassName
{
color: #772F78;
}
.AnyTagClassName
{
color: #772F78;
}
</style>
background-color css
<style>
a { background-color: #772F78; }
a { background-color: rgb(119,47,120); }
div.DivClassName
{
background-color: #772F78;
}
.BgClassName
{
background-color: #772F78;
}
</style>
border-color css
<style>
span { border-color: #772F78; }
span { border-color: rgb(119,47,120); }
td.TdClassName
{
border-color: #772F78;
}
.TagClassName
{
border-color: #772F78;
}
</style>