Shades of Zorba #9D9082
Tints of Zorba #9D9082
RGB
CMYK
RGB Variations
Color information
#9D9082 (or 0x9D9082) is known color: Zorba. HEX triplet: 9D, 90 and 82. RGB value is (157,144,130). Sum of RGB (Red+Green+Blue) = 157+144+130=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9082 is #626F7D. Grayscale: #929292. Windows color (decimal): -6451070 or 8556701. OLE color: 8556701.
HSL color Cylindrical-coordinate representation of color #9D9082: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9082 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 130 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.38 |
| HSL | 31.11º | 0.12% | 0.56% | - |
| HSV(B) | 31.11º | 0.17% | 0.62% | - |
| XYZ | 27.91 | 28.73 | 25.19 | - |
| YUV | 146.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 130 | 0 | 0.08 | 0.17 | 0.38 | 31.11 | 0.12 | 0.56 |
| Hex | 9D | 90 | 82 | 0 | 8 | 11 | 26 | 1F | C | 38 |
| Octal | 235 | 220 | 202 | 0 | 10 | 21 | 46 | 37 | 14 | 70 |
| Binary | 10011101 | 10010000 | 10000010 | 0 | 1000 | 10001 | 100110 | 11111 | 1100 | 111000 |
Color Harmonies of #9D9082
Complementary color
Monochromatic Colors of #9D9082
Black with #9D9082
Text Example
Text Example
White with #9D9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9082; }
p { color: rgb(157,144,130); }
H1.HeaderClassName
{
color: #9D9082;
}
.AnyTagClassName
{
color: #9D9082;
}
</style>
background-color css
<style>
a { background-color: #9D9082; }
a { background-color: rgb(157,144,130); }
div.DivClassName
{
background-color: #9D9082;
}
.BgClassName
{
background-color: #9D9082;
}
</style>
border-color css
<style>
span { border-color: #9D9082; }
span { border-color: rgb(157,144,130); }
td.TdClassName
{
border-color: #9D9082;
}
.TagClassName
{
border-color: #9D9082;
}
</style>