Shades of Eggplant #77065E
Tints of Eggplant #77065E
RGB
CMYK
RGB Variations
Color information
#77065E (or 0x77065E) is known color: Eggplant. HEX triplet: 77, 06 and 5E. RGB value is (119,6,94). Sum of RGB (Red+Green+Blue) = 119+6+94=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77065E is #88F9A1. Grayscale: #313131. Windows color (decimal): -8976802 or 6162039. OLE color: 6162039.
HSL color Cylindrical-coordinate representation of color #77065E: hue angle of 313.27º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77065E is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 94 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.53 |
| HSL | 313.27º | 0.9% | 0.25% | - |
| HSV(B) | 313.27º | 0.95% | 0.47% | - |
| XYZ | 9.69 | 4.86 | 11.02 | - |
| YUV | 49.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 94 | 0 | 0.95 | 0.21 | 0.53 | 313.27 | 0.9 | 0.25 |
| Hex | 77 | 6 | 5E | 0 | 5F | 15 | 35 | 139 | 5A | 19 |
| Octal | 167 | 6 | 136 | 0 | 137 | 25 | 65 | 471 | 132 | 31 |
| Binary | 1110111 | 110 | 1011110 | 0 | 1011111 | 10101 | 110101 | 100111001 | 1011010 | 11001 |
Color Harmonies of #77065E
Complementary color
Monochromatic Colors of #77065E
Black with #77065E
Text Example
Text Example
White with #77065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77065E; }
p { color: rgb(119,6,94); }
H1.HeaderClassName
{
color: #77065E;
}
.AnyTagClassName
{
color: #77065E;
}
</style>
background-color css
<style>
a { background-color: #77065E; }
a { background-color: rgb(119,6,94); }
div.DivClassName
{
background-color: #77065E;
}
.BgClassName
{
background-color: #77065E;
}
</style>
border-color css
<style>
span { border-color: #77065E; }
span { border-color: rgb(119,6,94); }
td.TdClassName
{
border-color: #77065E;
}
.TagClassName
{
border-color: #77065E;
}
</style>