Shades of Zorba #988E87
Tints of Zorba #988E87
RGB
CMYK
RGB Variations
Color information
#988E87 (or 0x988E87) is known color: Zorba. HEX triplet: 98, 8E and 87. RGB value is (152,142,135). Sum of RGB (Red+Green+Blue) = 152+142+135=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #988E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E87 is #677178. Grayscale: #909090. Windows color (decimal): -6779257 or 8883864. OLE color: 8883864.
HSL color Cylindrical-coordinate representation of color #988E87: hue angle of 24.71º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988E87 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 135 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.40 |
| HSL | 24.71º | 0.08% | 0.56% | - |
| HSV(B) | 24.71º | 0.11% | 0.6% | - |
| XYZ | 27 | 27.77 | 26.86 | - |
| YUV | 144.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 135 | 0 | 0.07 | 0.11 | 0.40 | 24.71 | 0.08 | 0.56 |
| Hex | 98 | 8E | 87 | 0 | 7 | B | 28 | 19 | 8 | 38 |
| Octal | 230 | 216 | 207 | 0 | 7 | 13 | 50 | 31 | 10 | 70 |
| Binary | 10011000 | 10001110 | 10000111 | 0 | 111 | 1011 | 101000 | 11001 | 1000 | 111000 |
Color Harmonies of #988E87
Complementary color
Monochromatic Colors of #988E87
Black with #988E87
Text Example
Text Example
White with #988E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E87; }
p { color: rgb(152,142,135); }
H1.HeaderClassName
{
color: #988E87;
}
.AnyTagClassName
{
color: #988E87;
}
</style>
background-color css
<style>
a { background-color: #988E87; }
a { background-color: rgb(152,142,135); }
div.DivClassName
{
background-color: #988E87;
}
.BgClassName
{
background-color: #988E87;
}
</style>
border-color css
<style>
span { border-color: #988E87; }
span { border-color: rgb(152,142,135); }
td.TdClassName
{
border-color: #988E87;
}
.TagClassName
{
border-color: #988E87;
}
</style>