Shades of Eminence #77487C
Tints of Eminence #77487C
RGB
CMYK
RGB Variations
Color information
#77487C (or 0x77487C) is known color: Eminence. HEX triplet: 77, 48 and 7C. RGB value is (119,72,124). Sum of RGB (Red+Green+Blue) = 119+72+124=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #77487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77487C is #88B783. Grayscale: #5B5B5B. Windows color (decimal): -8959876 or 8145015. OLE color: 8145015.
HSL color Cylindrical-coordinate representation of color #77487C: hue angle of 294.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77487C is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 72 | 124 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.51 |
| HSL | 294.23º | 0.27% | 0.38% | - |
| HSV(B) | 294.23º | 0.42% | 0.49% | - |
| XYZ | 13.56 | 10.01 | 20.29 | - |
| YUV | 91.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 124 | 0.04 | 0.42 | 0 | 0.51 | 294.23 | 0.27 | 0.38 |
| Hex | 77 | 48 | 7C | 4 | 2A | 0 | 33 | 126 | 1B | 26 |
| Octal | 167 | 110 | 174 | 4 | 52 | 0 | 63 | 446 | 33 | 46 |
| Binary | 1110111 | 1001000 | 1111100 | 100 | 101010 | 0 | 110011 | 100100110 | 11011 | 100110 |
Color Harmonies of #77487C
Complementary color
Monochromatic Colors of #77487C
Black with #77487C
Text Example
Text Example
White with #77487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77487C; }
p { color: rgb(119,72,124); }
H1.HeaderClassName
{
color: #77487C;
}
.AnyTagClassName
{
color: #77487C;
}
</style>
background-color css
<style>
a { background-color: #77487C; }
a { background-color: rgb(119,72,124); }
div.DivClassName
{
background-color: #77487C;
}
.BgClassName
{
background-color: #77487C;
}
</style>
border-color css
<style>
span { border-color: #77487C; }
span { border-color: rgb(119,72,124); }
td.TdClassName
{
border-color: #77487C;
}
.TagClassName
{
border-color: #77487C;
}
</style>