Shades of Zorba #9C9087
Tints of Zorba #9C9087
RGB
CMYK
RGB Variations
Color information
#9C9087 (or 0x9C9087) is known color: Zorba. HEX triplet: 9C, 90 and 87. RGB value is (156,144,135). Sum of RGB (Red+Green+Blue) = 156+144+135=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9087 is #636F78. Grayscale: #929292. Windows color (decimal): -6516601 or 8884380. OLE color: 8884380.
HSL color Cylindrical-coordinate representation of color #9C9087: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C9087 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 135 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.39 |
| HSL | 25.71º | 0.1% | 0.57% | - |
| HSV(B) | 25.71º | 0.13% | 0.61% | - |
| XYZ | 28.06 | 28.76 | 26.99 | - |
| YUV | 146.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 135 | 0 | 0.08 | 0.13 | 0.39 | 25.71 | 0.1 | 0.57 |
| Hex | 9C | 90 | 87 | 0 | 8 | D | 27 | 1A | A | 39 |
| Octal | 234 | 220 | 207 | 0 | 10 | 15 | 47 | 32 | 12 | 71 |
| Binary | 10011100 | 10010000 | 10000111 | 0 | 1000 | 1101 | 100111 | 11010 | 1010 | 111001 |
Color Harmonies of #9C9087
Complementary color
Monochromatic Colors of #9C9087
Black with #9C9087
Text Example
Text Example
White with #9C9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9087; }
p { color: rgb(156,144,135); }
H1.HeaderClassName
{
color: #9C9087;
}
.AnyTagClassName
{
color: #9C9087;
}
</style>
background-color css
<style>
a { background-color: #9C9087; }
a { background-color: rgb(156,144,135); }
div.DivClassName
{
background-color: #9C9087;
}
.BgClassName
{
background-color: #9C9087;
}
</style>
border-color css
<style>
span { border-color: #9C9087; }
span { border-color: rgb(156,144,135); }
td.TdClassName
{
border-color: #9C9087;
}
.TagClassName
{
border-color: #9C9087;
}
</style>