Shades of Eggplant #77075C
Tints of Eggplant #77075C
RGB
CMYK
RGB Variations
Color information
#77075C (or 0x77075C) is known color: Eggplant. HEX triplet: 77, 07 and 5C. RGB value is (119,7,92). Sum of RGB (Red+Green+Blue) = 119+7+92=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77075C is #88F8A3. Grayscale: #313131. Windows color (decimal): -8976548 or 6031223. OLE color: 6031223.
HSL color Cylindrical-coordinate representation of color #77075C: hue angle of 314.46º 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 #77075C is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 92 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.53 |
| HSL | 314.46º | 0.89% | 0.25% | - |
| HSV(B) | 314.46º | 0.94% | 0.47% | - |
| XYZ | 9.62 | 4.85 | 10.55 | - |
| YUV | 50.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 92 | 0 | 0.94 | 0.23 | 0.53 | 314.46 | 0.89 | 0.25 |
| Hex | 77 | 7 | 5C | 0 | 5E | 17 | 35 | 13A | 59 | 19 |
| Octal | 167 | 7 | 134 | 0 | 136 | 27 | 65 | 472 | 131 | 31 |
| Binary | 1110111 | 111 | 1011100 | 0 | 1011110 | 10111 | 110101 | 100111010 | 1011001 | 11001 |
Color Harmonies of #77075C
Complementary color
Monochromatic Colors of #77075C
Black with #77075C
Text Example
Text Example
White with #77075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77075C; }
p { color: rgb(119,7,92); }
H1.HeaderClassName
{
color: #77075C;
}
.AnyTagClassName
{
color: #77075C;
}
</style>
background-color css
<style>
a { background-color: #77075C; }
a { background-color: rgb(119,7,92); }
div.DivClassName
{
background-color: #77075C;
}
.BgClassName
{
background-color: #77075C;
}
</style>
border-color css
<style>
span { border-color: #77075C; }
span { border-color: rgb(119,7,92); }
td.TdClassName
{
border-color: #77075C;
}
.TagClassName
{
border-color: #77075C;
}
</style>