Shades of Eggplant #77075D
Tints of Eggplant #77075D
RGB
CMYK
RGB Variations
Color information
#77075D (or 0x77075D) is known color: Eggplant. HEX triplet: 77, 07 and 5D. RGB value is (119,7,93). Sum of RGB (Red+Green+Blue) = 119+7+93=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77075D is #88F8A2. Grayscale: #323232. Windows color (decimal): -8976547 or 6096759. OLE color: 6096759.
HSL color Cylindrical-coordinate representation of color #77075D: hue angle of 313.93º 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 #77075D is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 93 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.53 |
| HSL | 313.93º | 0.89% | 0.25% | - |
| HSV(B) | 313.93º | 0.94% | 0.47% | - |
| XYZ | 9.66 | 4.86 | 10.79 | - |
| YUV | 50.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 93 | 0 | 0.94 | 0.22 | 0.53 | 313.93 | 0.89 | 0.25 |
| Hex | 77 | 7 | 5D | 0 | 5E | 16 | 35 | 13A | 59 | 19 |
| Octal | 167 | 7 | 135 | 0 | 136 | 26 | 65 | 472 | 131 | 31 |
| Binary | 1110111 | 111 | 1011101 | 0 | 1011110 | 10110 | 110101 | 100111010 | 1011001 | 11001 |
Color Harmonies of #77075D
Complementary color
Monochromatic Colors of #77075D
Black with #77075D
Text Example
Text Example
White with #77075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77075D; }
p { color: rgb(119,7,93); }
H1.HeaderClassName
{
color: #77075D;
}
.AnyTagClassName
{
color: #77075D;
}
</style>
background-color css
<style>
a { background-color: #77075D; }
a { background-color: rgb(119,7,93); }
div.DivClassName
{
background-color: #77075D;
}
.BgClassName
{
background-color: #77075D;
}
</style>
border-color css
<style>
span { border-color: #77075D; }
span { border-color: rgb(119,7,93); }
td.TdClassName
{
border-color: #77075D;
}
.TagClassName
{
border-color: #77075D;
}
</style>