Shades of Eggplant #880760
Tints of Eggplant #880760
RGB
CMYK
RGB Variations
Color information
#880760 (or 0x880760) is known color: Eggplant. HEX triplet: 88, 07 and 60. RGB value is (136,7,96). Sum of RGB (Red+Green+Blue) = 136+7+96=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #880760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880760 is #77F89F. Grayscale: #373737. Windows color (decimal): -7862432 or 6293384. OLE color: 6293384.
HSL color Cylindrical-coordinate representation of color #880760: hue angle of 318.6º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880760 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 96 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.47 |
| HSL | 318.6º | 0.9% | 0.28% | - |
| HSV(B) | 318.6º | 0.95% | 0.53% | - |
| XYZ | 12.34 | 6.23 | 11.62 | - |
| YUV | 55.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 96 | 0 | 0.95 | 0.29 | 0.47 | 318.6 | 0.9 | 0.28 |
| Hex | 88 | 7 | 60 | 0 | 5F | 1D | 2F | 13F | 5A | 1C |
| Octal | 210 | 7 | 140 | 0 | 137 | 35 | 57 | 477 | 132 | 34 |
| Binary | 10001000 | 111 | 1100000 | 0 | 1011111 | 11101 | 101111 | 100111111 | 1011010 | 11100 |
Color Harmonies of #880760
Complementary color
Monochromatic Colors of #880760
Black with #880760
Text Example
Text Example
White with #880760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880760; }
p { color: rgb(136,7,96); }
H1.HeaderClassName
{
color: #880760;
}
.AnyTagClassName
{
color: #880760;
}
</style>
background-color css
<style>
a { background-color: #880760; }
a { background-color: rgb(136,7,96); }
div.DivClassName
{
background-color: #880760;
}
.BgClassName
{
background-color: #880760;
}
</style>
border-color css
<style>
span { border-color: #880760; }
span { border-color: rgb(136,7,96); }
td.TdClassName
{
border-color: #880760;
}
.TagClassName
{
border-color: #880760;
}
</style>