Shades of Eminence #77437E
Tints of Eminence #77437E
RGB
CMYK
RGB Variations
Color information
#77437E (or 0x77437E) is known color: Eminence. HEX triplet: 77, 43 and 7E. RGB value is (119,67,126). Sum of RGB (Red+Green+Blue) = 119+67+126=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #77437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77437E is #88BC81. Grayscale: #595959. Windows color (decimal): -8961154 or 8274807. OLE color: 8274807.
HSL color Cylindrical-coordinate representation of color #77437E: hue angle of 292.88º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77437E is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 67 | 126 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.51 |
| HSL | 292.88º | 0.31% | 0.38% | - |
| HSV(B) | 292.88º | 0.47% | 0.49% | - |
| XYZ | 13.38 | 9.44 | 20.86 | - |
| YUV | 89.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 126 | 0.06 | 0.47 | 0 | 0.51 | 292.88 | 0.31 | 0.38 |
| Hex | 77 | 43 | 7E | 6 | 2F | 0 | 33 | 125 | 1F | 26 |
| Octal | 167 | 103 | 176 | 6 | 57 | 0 | 63 | 445 | 37 | 46 |
| Binary | 1110111 | 1000011 | 1111110 | 110 | 101111 | 0 | 110011 | 100100101 | 11111 | 100110 |
Color Harmonies of #77437E
Complementary color
Monochromatic Colors of #77437E
Black with #77437E
Text Example
Text Example
White with #77437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77437E; }
p { color: rgb(119,67,126); }
H1.HeaderClassName
{
color: #77437E;
}
.AnyTagClassName
{
color: #77437E;
}
</style>
background-color css
<style>
a { background-color: #77437E; }
a { background-color: rgb(119,67,126); }
div.DivClassName
{
background-color: #77437E;
}
.BgClassName
{
background-color: #77437E;
}
</style>
border-color css
<style>
span { border-color: #77437E; }
span { border-color: rgb(119,67,126); }
td.TdClassName
{
border-color: #77437E;
}
.TagClassName
{
border-color: #77437E;
}
</style>