Shades of Eminence #77357C
Tints of Eminence #77357C
RGB
CMYK
RGB Variations
Color information
#77357C (or 0x77357C) is known color: Eminence. HEX triplet: 77, 35 and 7C. RGB value is (119,53,124). Sum of RGB (Red+Green+Blue) = 119+53+124=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #77357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77357C is #88CA83. Grayscale: #505050. Windows color (decimal): -8964740 or 8140151. OLE color: 8140151.
HSL color Cylindrical-coordinate representation of color #77357C: hue angle of 295.77º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77357C is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 53 | 124 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.51 |
| HSL | 295.77º | 0.4% | 0.35% | - |
| HSV(B) | 295.77º | 0.57% | 0.49% | - |
| XYZ | 12.52 | 7.92 | 19.94 | - |
| YUV | 80.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 124 | 0.04 | 0.57 | 0 | 0.51 | 295.77 | 0.4 | 0.35 |
| Hex | 77 | 35 | 7C | 4 | 39 | 0 | 33 | 128 | 28 | 23 |
| Octal | 167 | 65 | 174 | 4 | 71 | 0 | 63 | 450 | 50 | 43 |
| Binary | 1110111 | 110101 | 1111100 | 100 | 111001 | 0 | 110011 | 100101000 | 101000 | 100011 |
Color Harmonies of #77357C
Complementary color
Monochromatic Colors of #77357C
Black with #77357C
Text Example
Text Example
White with #77357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77357C; }
p { color: rgb(119,53,124); }
H1.HeaderClassName
{
color: #77357C;
}
.AnyTagClassName
{
color: #77357C;
}
</style>
background-color css
<style>
a { background-color: #77357C; }
a { background-color: rgb(119,53,124); }
div.DivClassName
{
background-color: #77357C;
}
.BgClassName
{
background-color: #77357C;
}
</style>
border-color css
<style>
span { border-color: #77357C; }
span { border-color: rgb(119,53,124); }
td.TdClassName
{
border-color: #77357C;
}
.TagClassName
{
border-color: #77357C;
}
</style>