Shades of Eggplant #77075E
Tints of Eggplant #77075E
RGB
CMYK
RGB Variations
Color information
#77075E (or 0x77075E) is known color: Eggplant. HEX triplet: 77, 07 and 5E. RGB value is (119,7,94). Sum of RGB (Red+Green+Blue) = 119+7+94=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77075E is #88F8A1. Grayscale: #323232. Windows color (decimal): -8976546 or 6162295. OLE color: 6162295.
HSL color Cylindrical-coordinate representation of color #77075E: hue angle of 313.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77075E is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 94 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.53 |
| HSL | 313.39º | 0.89% | 0.25% | - |
| HSV(B) | 313.39º | 0.94% | 0.47% | - |
| XYZ | 9.7 | 4.88 | 11.02 | - |
| YUV | 50.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 94 | 0 | 0.94 | 0.21 | 0.53 | 313.39 | 0.89 | 0.25 |
| Hex | 77 | 7 | 5E | 0 | 5E | 15 | 35 | 139 | 59 | 19 |
| Octal | 167 | 7 | 136 | 0 | 136 | 25 | 65 | 471 | 131 | 31 |
| Binary | 1110111 | 111 | 1011110 | 0 | 1011110 | 10101 | 110101 | 100111001 | 1011001 | 11001 |
Color Harmonies of #77075E
Complementary color
Monochromatic Colors of #77075E
Black with #77075E
Text Example
Text Example
White with #77075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77075E; }
p { color: rgb(119,7,94); }
H1.HeaderClassName
{
color: #77075E;
}
.AnyTagClassName
{
color: #77075E;
}
</style>
background-color css
<style>
a { background-color: #77075E; }
a { background-color: rgb(119,7,94); }
div.DivClassName
{
background-color: #77075E;
}
.BgClassName
{
background-color: #77075E;
}
</style>
border-color css
<style>
span { border-color: #77075E; }
span { border-color: rgb(119,7,94); }
td.TdClassName
{
border-color: #77075E;
}
.TagClassName
{
border-color: #77075E;
}
</style>