Shades of Zorba #9C9082
Tints of Zorba #9C9082
RGB
CMYK
RGB Variations
Color information
#9C9082 (or 0x9C9082) is known color: Zorba. HEX triplet: 9C, 90 and 82. RGB value is (156,144,130). Sum of RGB (Red+Green+Blue) = 156+144+130=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9082 is #636F7D. Grayscale: #929292. Windows color (decimal): -6516606 or 8556700. OLE color: 8556700.
HSL color Cylindrical-coordinate representation of color #9C9082: hue angle of 32.31º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C9082 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 130 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.39 |
| HSL | 32.31º | 0.12% | 0.56% | - |
| HSV(B) | 32.31º | 0.17% | 0.61% | - |
| XYZ | 27.71 | 28.63 | 25.18 | - |
| YUV | 145.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 130 | 0 | 0.08 | 0.17 | 0.39 | 32.31 | 0.12 | 0.56 |
| Hex | 9C | 90 | 82 | 0 | 8 | 11 | 27 | 20 | C | 38 |
| Octal | 234 | 220 | 202 | 0 | 10 | 21 | 47 | 40 | 14 | 70 |
| Binary | 10011100 | 10010000 | 10000010 | 0 | 1000 | 10001 | 100111 | 100000 | 1100 | 111000 |
Color Harmonies of #9C9082
Complementary color
Monochromatic Colors of #9C9082
Black with #9C9082
Text Example
Text Example
White with #9C9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9082; }
p { color: rgb(156,144,130); }
H1.HeaderClassName
{
color: #9C9082;
}
.AnyTagClassName
{
color: #9C9082;
}
</style>
background-color css
<style>
a { background-color: #9C9082; }
a { background-color: rgb(156,144,130); }
div.DivClassName
{
background-color: #9C9082;
}
.BgClassName
{
background-color: #9C9082;
}
</style>
border-color css
<style>
span { border-color: #9C9082; }
span { border-color: rgb(156,144,130); }
td.TdClassName
{
border-color: #9C9082;
}
.TagClassName
{
border-color: #9C9082;
}
</style>