Shades of Eggplant #77035E
Tints of Eggplant #77035E
RGB
CMYK
RGB Variations
Color information
#77035E (or 0x77035E) is known color: Eggplant. HEX triplet: 77, 03 and 5E. RGB value is (119,3,94). Sum of RGB (Red+Green+Blue) = 119+3+94=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77035E is #88FCA1. Grayscale: #2F2F2F. Windows color (decimal): -8977570 or 6161271. OLE color: 6161271.
HSL color Cylindrical-coordinate representation of color #77035E: hue angle of 312.93º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77035E is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 94 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.53 |
| HSL | 312.93º | 0.95% | 0.24% | - |
| HSV(B) | 312.93º | 0.97% | 0.47% | - |
| XYZ | 9.66 | 4.8 | 11.01 | - |
| YUV | 48.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 94 | 0 | 0.97 | 0.21 | 0.53 | 312.93 | 0.95 | 0.24 |
| Hex | 77 | 3 | 5E | 0 | 61 | 15 | 35 | 139 | 5F | 18 |
| Octal | 167 | 3 | 136 | 0 | 141 | 25 | 65 | 471 | 137 | 30 |
| Binary | 1110111 | 11 | 1011110 | 0 | 1100001 | 10101 | 110101 | 100111001 | 1011111 | 11000 |
Color Harmonies of #77035E
Complementary color
Monochromatic Colors of #77035E
Black with #77035E
Text Example
Text Example
White with #77035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77035E; }
p { color: rgb(119,3,94); }
H1.HeaderClassName
{
color: #77035E;
}
.AnyTagClassName
{
color: #77035E;
}
</style>
background-color css
<style>
a { background-color: #77035E; }
a { background-color: rgb(119,3,94); }
div.DivClassName
{
background-color: #77035E;
}
.BgClassName
{
background-color: #77035E;
}
</style>
border-color css
<style>
span { border-color: #77035E; }
span { border-color: rgb(119,3,94); }
td.TdClassName
{
border-color: #77035E;
}
.TagClassName
{
border-color: #77035E;
}
</style>