Shades of Eminence #77347C
Tints of Eminence #77347C
RGB
CMYK
RGB Variations
Color information
#77347C (or 0x77347C) is known color: Eminence. HEX triplet: 77, 34 and 7C. RGB value is (119,52,124). Sum of RGB (Red+Green+Blue) = 119+52+124=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #77347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77347C is #88CB83. Grayscale: #505050. Windows color (decimal): -8964996 or 8139895. OLE color: 8139895.
HSL color Cylindrical-coordinate representation of color #77347C: hue angle of 295.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77347C is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 52 | 124 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.51 |
| HSL | 295.83º | 0.41% | 0.35% | - |
| HSV(B) | 295.83º | 0.58% | 0.49% | - |
| XYZ | 12.47 | 7.83 | 19.92 | - |
| YUV | 80.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 124 | 0.04 | 0.58 | 0 | 0.51 | 295.83 | 0.41 | 0.35 |
| Hex | 77 | 34 | 7C | 4 | 3A | 0 | 33 | 128 | 29 | 23 |
| Octal | 167 | 64 | 174 | 4 | 72 | 0 | 63 | 450 | 51 | 43 |
| Binary | 1110111 | 110100 | 1111100 | 100 | 111010 | 0 | 110011 | 100101000 | 101001 | 100011 |
Color Harmonies of #77347C
Complementary color
Monochromatic Colors of #77347C
Black with #77347C
Text Example
Text Example
White with #77347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77347C; }
p { color: rgb(119,52,124); }
H1.HeaderClassName
{
color: #77347C;
}
.AnyTagClassName
{
color: #77347C;
}
</style>
background-color css
<style>
a { background-color: #77347C; }
a { background-color: rgb(119,52,124); }
div.DivClassName
{
background-color: #77347C;
}
.BgClassName
{
background-color: #77347C;
}
</style>
border-color css
<style>
span { border-color: #77347C; }
span { border-color: rgb(119,52,124); }
td.TdClassName
{
border-color: #77347C;
}
.TagClassName
{
border-color: #77347C;
}
</style>