Shades of Eminence #77436E
Tints of Eminence #77436E
RGB
CMYK
RGB Variations
Color information
#77436E (or 0x77436E) is known color: Eminence. HEX triplet: 77, 43 and 6E. RGB value is (119,67,110). Sum of RGB (Red+Green+Blue) = 119+67+110=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77436E is #88BC91. Grayscale: #575757. Windows color (decimal): -8961170 or 7226231. OLE color: 7226231.
HSL color Cylindrical-coordinate representation of color #77436E: hue angle of 310.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77436E is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 110 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.53 |
| HSL | 310.38º | 0.28% | 0.36% | - |
| HSV(B) | 310.38º | 0.44% | 0.47% | - |
| XYZ | 12.43 | 9.06 | 15.85 | - |
| YUV | 87.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 110 | 0 | 0.44 | 0.08 | 0.53 | 310.38 | 0.28 | 0.36 |
| Hex | 77 | 43 | 6E | 0 | 2C | 8 | 35 | 136 | 1C | 24 |
| Octal | 167 | 103 | 156 | 0 | 54 | 10 | 65 | 466 | 34 | 44 |
| Binary | 1110111 | 1000011 | 1101110 | 0 | 101100 | 1000 | 110101 | 100110110 | 11100 | 100100 |
Color Harmonies of #77436E
Complementary color
Monochromatic Colors of #77436E
Black with #77436E
Text Example
Text Example
White with #77436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77436E; }
p { color: rgb(119,67,110); }
H1.HeaderClassName
{
color: #77436E;
}
.AnyTagClassName
{
color: #77436E;
}
</style>
background-color css
<style>
a { background-color: #77436E; }
a { background-color: rgb(119,67,110); }
div.DivClassName
{
background-color: #77436E;
}
.BgClassName
{
background-color: #77436E;
}
</style>
border-color css
<style>
span { border-color: #77436E; }
span { border-color: rgb(119,67,110); }
td.TdClassName
{
border-color: #77436E;
}
.TagClassName
{
border-color: #77436E;
}
</style>