Shades of Eminence #77406E
Tints of Eminence #77406E
RGB
CMYK
RGB Variations
Color information
#77406E (or 0x77406E) is known color: Eminence. HEX triplet: 77, 40 and 6E. RGB value is (119,64,110). Sum of RGB (Red+Green+Blue) = 119+64+110=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77406E is #88BF91. Grayscale: #555555. Windows color (decimal): -8961938 or 7225463. OLE color: 7225463.
HSL color Cylindrical-coordinate representation of color #77406E: hue angle of 309.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77406E is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 110 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.53 |
| HSL | 309.82º | 0.3% | 0.36% | - |
| HSV(B) | 309.82º | 0.46% | 0.47% | - |
| XYZ | 12.26 | 8.71 | 15.79 | - |
| YUV | 85.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 110 | 0 | 0.46 | 0.08 | 0.53 | 309.82 | 0.3 | 0.36 |
| Hex | 77 | 40 | 6E | 0 | 2E | 8 | 35 | 136 | 1E | 24 |
| Octal | 167 | 100 | 156 | 0 | 56 | 10 | 65 | 466 | 36 | 44 |
| Binary | 1110111 | 1000000 | 1101110 | 0 | 101110 | 1000 | 110101 | 100110110 | 11110 | 100100 |
Color Harmonies of #77406E
Complementary color
Monochromatic Colors of #77406E
Black with #77406E
Text Example
Text Example
White with #77406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77406E; }
p { color: rgb(119,64,110); }
H1.HeaderClassName
{
color: #77406E;
}
.AnyTagClassName
{
color: #77406E;
}
</style>
background-color css
<style>
a { background-color: #77406E; }
a { background-color: rgb(119,64,110); }
div.DivClassName
{
background-color: #77406E;
}
.BgClassName
{
background-color: #77406E;
}
</style>
border-color css
<style>
span { border-color: #77406E; }
span { border-color: rgb(119,64,110); }
td.TdClassName
{
border-color: #77406E;
}
.TagClassName
{
border-color: #77406E;
}
</style>