Shades of Eggplant #77085A
Tints of Eggplant #77085A
RGB
CMYK
RGB Variations
Color information
#77085A (or 0x77085A) is known color: Eggplant. HEX triplet: 77, 08 and 5A. RGB value is (119,8,90). Sum of RGB (Red+Green+Blue) = 119+8+90=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77085A is #88F7A5. Grayscale: #323232. Windows color (decimal): -8976294 or 5900407. OLE color: 5900407.
HSL color Cylindrical-coordinate representation of color #77085A: hue angle of 315.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77085A is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 90 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.53 |
| HSL | 315.68º | 0.87% | 0.25% | - |
| HSV(B) | 315.68º | 0.93% | 0.47% | - |
| XYZ | 9.54 | 4.83 | 10.1 | - |
| YUV | 50.54 | 150.27 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 90 | 0 | 0.93 | 0.24 | 0.53 | 315.68 | 0.87 | 0.25 |
| Hex | 77 | 8 | 5A | 0 | 5D | 18 | 35 | 13C | 57 | 19 |
| Octal | 167 | 10 | 132 | 0 | 135 | 30 | 65 | 474 | 127 | 31 |
| Binary | 1110111 | 1000 | 1011010 | 0 | 1011101 | 11000 | 110101 | 100111100 | 1010111 | 11001 |
Color Harmonies of #77085A
Complementary color
Monochromatic Colors of #77085A
Black with #77085A
Text Example
Text Example
White with #77085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77085A; }
p { color: rgb(119,8,90); }
H1.HeaderClassName
{
color: #77085A;
}
.AnyTagClassName
{
color: #77085A;
}
</style>
background-color css
<style>
a { background-color: #77085A; }
a { background-color: rgb(119,8,90); }
div.DivClassName
{
background-color: #77085A;
}
.BgClassName
{
background-color: #77085A;
}
</style>
border-color css
<style>
span { border-color: #77085A; }
span { border-color: rgb(119,8,90); }
td.TdClassName
{
border-color: #77085A;
}
.TagClassName
{
border-color: #77085A;
}
</style>