Shades of Eminence #77427C
Tints of Eminence #77427C
RGB
CMYK
RGB Variations
Color information
#77427C (or 0x77427C) is known color: Eminence. HEX triplet: 77, 42 and 7C. RGB value is (119,66,124). Sum of RGB (Red+Green+Blue) = 119+66+124=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #77427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77427C is #88BD83. Grayscale: #585858. Windows color (decimal): -8961412 or 8143479. OLE color: 8143479.
HSL color Cylindrical-coordinate representation of color #77427C: hue angle of 294.83º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77427C is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 66 | 124 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.51 |
| HSL | 294.83º | 0.31% | 0.37% | - |
| HSV(B) | 294.83º | 0.47% | 0.49% | - |
| XYZ | 13.19 | 9.27 | 20.16 | - |
| YUV | 88.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 124 | 0.04 | 0.47 | 0 | 0.51 | 294.83 | 0.31 | 0.37 |
| Hex | 77 | 42 | 7C | 4 | 2F | 0 | 33 | 127 | 1F | 25 |
| Octal | 167 | 102 | 174 | 4 | 57 | 0 | 63 | 447 | 37 | 45 |
| Binary | 1110111 | 1000010 | 1111100 | 100 | 101111 | 0 | 110011 | 100100111 | 11111 | 100101 |
Color Harmonies of #77427C
Complementary color
Monochromatic Colors of #77427C
Black with #77427C
Text Example
Text Example
White with #77427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77427C; }
p { color: rgb(119,66,124); }
H1.HeaderClassName
{
color: #77427C;
}
.AnyTagClassName
{
color: #77427C;
}
</style>
background-color css
<style>
a { background-color: #77427C; }
a { background-color: rgb(119,66,124); }
div.DivClassName
{
background-color: #77427C;
}
.BgClassName
{
background-color: #77427C;
}
</style>
border-color css
<style>
span { border-color: #77427C; }
span { border-color: rgb(119,66,124); }
td.TdClassName
{
border-color: #77427C;
}
.TagClassName
{
border-color: #77427C;
}
</style>