Shades of Zorba #9D8E87
Tints of Zorba #9D8E87
RGB
CMYK
RGB Variations
Color information
#9D8E87 (or 0x9D8E87) is known color: Zorba. HEX triplet: 9D, 8E and 87. RGB value is (157,142,135). Sum of RGB (Red+Green+Blue) = 157+142+135=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8E87 is #627178. Grayscale: #919191. Windows color (decimal): -6451577 or 8883869. OLE color: 8883869.
HSL color Cylindrical-coordinate representation of color #9D8E87: hue angle of 19.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8E87 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 142 | 135 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.38 |
| HSL | 19.09º | 0.1% | 0.57% | - |
| HSV(B) | 19.09º | 0.14% | 0.62% | - |
| XYZ | 27.95 | 28.26 | 26.9 | - |
| YUV | 145.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 135 | 0 | 0.10 | 0.14 | 0.38 | 19.09 | 0.1 | 0.57 |
| Hex | 9D | 8E | 87 | 0 | A | E | 26 | 13 | A | 39 |
| Octal | 235 | 216 | 207 | 0 | 12 | 16 | 46 | 23 | 12 | 71 |
| Binary | 10011101 | 10001110 | 10000111 | 0 | 1010 | 1110 | 100110 | 10011 | 1010 | 111001 |
Color Harmonies of #9D8E87
Complementary color
Monochromatic Colors of #9D8E87
Black with #9D8E87
Text Example
Text Example
White with #9D8E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8E87; }
p { color: rgb(157,142,135); }
H1.HeaderClassName
{
color: #9D8E87;
}
.AnyTagClassName
{
color: #9D8E87;
}
</style>
background-color css
<style>
a { background-color: #9D8E87; }
a { background-color: rgb(157,142,135); }
div.DivClassName
{
background-color: #9D8E87;
}
.BgClassName
{
background-color: #9D8E87;
}
</style>
border-color css
<style>
span { border-color: #9D8E87; }
span { border-color: rgb(157,142,135); }
td.TdClassName
{
border-color: #9D8E87;
}
.TagClassName
{
border-color: #9D8E87;
}
</style>