Shades of Eminence #77407C
Tints of Eminence #77407C
RGB
CMYK
RGB Variations
Color information
#77407C (or 0x77407C) is known color: Eminence. HEX triplet: 77, 40 and 7C. RGB value is (119,64,124). Sum of RGB (Red+Green+Blue) = 119+64+124=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #77407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77407C is #88BF83. Grayscale: #575757. Windows color (decimal): -8961924 or 8142967. OLE color: 8142967.
HSL color Cylindrical-coordinate representation of color #77407C: hue angle of 295º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77407C is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 64 | 124 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.51 |
| HSL | 295º | 0.32% | 0.37% | - |
| HSV(B) | 295º | 0.48% | 0.49% | - |
| XYZ | 13.08 | 9.04 | 20.13 | - |
| YUV | 87.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 124 | 0.04 | 0.48 | 0 | 0.51 | 295 | 0.32 | 0.37 |
| Hex | 77 | 40 | 7C | 4 | 30 | 0 | 33 | 127 | 20 | 25 |
| Octal | 167 | 100 | 174 | 4 | 60 | 0 | 63 | 447 | 40 | 45 |
| Binary | 1110111 | 1000000 | 1111100 | 100 | 110000 | 0 | 110011 | 100100111 | 100000 | 100101 |
Color Harmonies of #77407C
Complementary color
Monochromatic Colors of #77407C
Black with #77407C
Text Example
Text Example
White with #77407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77407C; }
p { color: rgb(119,64,124); }
H1.HeaderClassName
{
color: #77407C;
}
.AnyTagClassName
{
color: #77407C;
}
</style>
background-color css
<style>
a { background-color: #77407C; }
a { background-color: rgb(119,64,124); }
div.DivClassName
{
background-color: #77407C;
}
.BgClassName
{
background-color: #77407C;
}
</style>
border-color css
<style>
span { border-color: #77407C; }
span { border-color: rgb(119,64,124); }
td.TdClassName
{
border-color: #77407C;
}
.TagClassName
{
border-color: #77407C;
}
</style>