Shades of Eminence #773D78
Tints of Eminence #773D78
RGB
CMYK
RGB Variations
Color information
#773D78 (or 0x773D78) is known color: Eminence. HEX triplet: 77, 3D and 78. RGB value is (119,61,120). Sum of RGB (Red+Green+Blue) = 119+61+120=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #773D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D78 is #88C287. Grayscale: #545454. Windows color (decimal): -8962696 or 7880055. OLE color: 7880055.
HSL color Cylindrical-coordinate representation of color #773D78: hue angle of 298.98º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #773D78 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 120 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.53 |
| HSL | 298.98º | 0.33% | 0.35% | - |
| HSV(B) | 298.98º | 0.49% | 0.47% | - |
| XYZ | 12.67 | 8.62 | 18.76 | - |
| YUV | 85.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 120 | 0.01 | 0.49 | 0 | 0.53 | 298.98 | 0.33 | 0.35 |
| Hex | 77 | 3D | 78 | 1 | 31 | 0 | 35 | 12B | 21 | 23 |
| Octal | 167 | 75 | 170 | 1 | 61 | 0 | 65 | 453 | 41 | 43 |
| Binary | 1110111 | 111101 | 1111000 | 1 | 110001 | 0 | 110101 | 100101011 | 100001 | 100011 |
Color Harmonies of #773D78
Complementary color
Monochromatic Colors of #773D78
Black with #773D78
Text Example
Text Example
White with #773D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D78; }
p { color: rgb(119,61,120); }
H1.HeaderClassName
{
color: #773D78;
}
.AnyTagClassName
{
color: #773D78;
}
</style>
background-color css
<style>
a { background-color: #773D78; }
a { background-color: rgb(119,61,120); }
div.DivClassName
{
background-color: #773D78;
}
.BgClassName
{
background-color: #773D78;
}
</style>
border-color css
<style>
span { border-color: #773D78; }
span { border-color: rgb(119,61,120); }
td.TdClassName
{
border-color: #773D78;
}
.TagClassName
{
border-color: #773D78;
}
</style>