Shades of Eggplant #77055D
Tints of Eggplant #77055D
RGB
CMYK
RGB Variations
Color information
#77055D (or 0x77055D) is known color: Eggplant. HEX triplet: 77, 05 and 5D. RGB value is (119,5,93). Sum of RGB (Red+Green+Blue) = 119+5+93=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77055D is #88FAA2. Grayscale: #303030. Windows color (decimal): -8977059 or 6096247. OLE color: 6096247.
HSL color Cylindrical-coordinate representation of color #77055D: hue angle of 313.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77055D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 5 | 93 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.53 |
| HSL | 313.68º | 0.92% | 0.24% | - |
| HSV(B) | 313.68º | 0.96% | 0.47% | - |
| XYZ | 9.64 | 4.82 | 10.78 | - |
| YUV | 49.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 93 | 0 | 0.96 | 0.22 | 0.53 | 313.68 | 0.92 | 0.24 |
| Hex | 77 | 5 | 5D | 0 | 60 | 16 | 35 | 13A | 5C | 18 |
| Octal | 167 | 5 | 135 | 0 | 140 | 26 | 65 | 472 | 134 | 30 |
| Binary | 1110111 | 101 | 1011101 | 0 | 1100000 | 10110 | 110101 | 100111010 | 1011100 | 11000 |
Color Harmonies of #77055D
Complementary color
Monochromatic Colors of #77055D
Black with #77055D
Text Example
Text Example
White with #77055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77055D; }
p { color: rgb(119,5,93); }
H1.HeaderClassName
{
color: #77055D;
}
.AnyTagClassName
{
color: #77055D;
}
</style>
background-color css
<style>
a { background-color: #77055D; }
a { background-color: rgb(119,5,93); }
div.DivClassName
{
background-color: #77055D;
}
.BgClassName
{
background-color: #77055D;
}
</style>
border-color css
<style>
span { border-color: #77055D; }
span { border-color: rgb(119,5,93); }
td.TdClassName
{
border-color: #77055D;
}
.TagClassName
{
border-color: #77055D;
}
</style>