Shades of Zorba #998E87
Tints of Zorba #998E87
RGB
CMYK
RGB Variations
Color information
#998E87 (or 0x998E87) is known color: Zorba. HEX triplet: 99, 8E and 87. RGB value is (153,142,135). Sum of RGB (Red+Green+Blue) = 153+142+135=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E87 is #667178. Grayscale: #909090. Windows color (decimal): -6713721 or 8883865. OLE color: 8883865.
HSL color Cylindrical-coordinate representation of color #998E87: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998E87 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 135 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.4 |
| HSL | 23.33º | 0.08% | 0.56% | - |
| HSV(B) | 23.33º | 0.12% | 0.6% | - |
| XYZ | 27.18 | 27.87 | 26.87 | - |
| YUV | 144.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 135 | 0 | 0.07 | 0.12 | 0.4 | 23.33 | 0.08 | 0.56 |
| Hex | 99 | 8E | 87 | 0 | 7 | C | 28 | 17 | 8 | 38 |
| Octal | 231 | 216 | 207 | 0 | 7 | 14 | 50 | 27 | 10 | 70 |
| Binary | 10011001 | 10001110 | 10000111 | 0 | 111 | 1100 | 101000 | 10111 | 1000 | 111000 |
Color Harmonies of #998E87
Complementary color
Monochromatic Colors of #998E87
Black with #998E87
Text Example
Text Example
White with #998E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E87; }
p { color: rgb(153,142,135); }
H1.HeaderClassName
{
color: #998E87;
}
.AnyTagClassName
{
color: #998E87;
}
</style>
background-color css
<style>
a { background-color: #998E87; }
a { background-color: rgb(153,142,135); }
div.DivClassName
{
background-color: #998E87;
}
.BgClassName
{
background-color: #998E87;
}
</style>
border-color css
<style>
span { border-color: #998E87; }
span { border-color: rgb(153,142,135); }
td.TdClassName
{
border-color: #998E87;
}
.TagClassName
{
border-color: #998E87;
}
</style>