Shades of Eminence #77437C
Tints of Eminence #77437C
RGB
CMYK
RGB Variations
Color information
#77437C (or 0x77437C) is known color: Eminence. HEX triplet: 77, 43 and 7C. RGB value is (119,67,124). Sum of RGB (Red+Green+Blue) = 119+67+124=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #77437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77437C is #88BC83. Grayscale: #585858. Windows color (decimal): -8961156 or 8143735. OLE color: 8143735.
HSL color Cylindrical-coordinate representation of color #77437C: hue angle of 294.74º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77437C is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 67 | 124 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.51 |
| HSL | 294.74º | 0.3% | 0.37% | - |
| HSV(B) | 294.74º | 0.46% | 0.49% | - |
| XYZ | 13.25 | 9.39 | 20.18 | - |
| YUV | 89.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 124 | 0.04 | 0.46 | 0 | 0.51 | 294.74 | 0.3 | 0.37 |
| Hex | 77 | 43 | 7C | 4 | 2E | 0 | 33 | 127 | 1E | 25 |
| Octal | 167 | 103 | 174 | 4 | 56 | 0 | 63 | 447 | 36 | 45 |
| Binary | 1110111 | 1000011 | 1111100 | 100 | 101110 | 0 | 110011 | 100100111 | 11110 | 100101 |
Color Harmonies of #77437C
Complementary color
Monochromatic Colors of #77437C
Black with #77437C
Text Example
Text Example
White with #77437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77437C; }
p { color: rgb(119,67,124); }
H1.HeaderClassName
{
color: #77437C;
}
.AnyTagClassName
{
color: #77437C;
}
</style>
background-color css
<style>
a { background-color: #77437C; }
a { background-color: rgb(119,67,124); }
div.DivClassName
{
background-color: #77437C;
}
.BgClassName
{
background-color: #77437C;
}
</style>
border-color css
<style>
span { border-color: #77437C; }
span { border-color: rgb(119,67,124); }
td.TdClassName
{
border-color: #77437C;
}
.TagClassName
{
border-color: #77437C;
}
</style>