Shades of Zorba #9D9085
Tints of Zorba #9D9085
RGB
CMYK
RGB Variations
Color information
#9D9085 (or 0x9D9085) is known color: Zorba. HEX triplet: 9D, 90 and 85. RGB value is (157,144,133). Sum of RGB (Red+Green+Blue) = 157+144+133=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9085 is #626F7A. Grayscale: #929292. Windows color (decimal): -6451067 or 8753309. OLE color: 8753309.
HSL color Cylindrical-coordinate representation of color #9D9085: hue angle of 27.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D9085 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 133 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.38 |
| HSL | 27.5º | 0.11% | 0.57% | - |
| HSV(B) | 27.5º | 0.15% | 0.62% | - |
| XYZ | 28.11 | 28.81 | 26.27 | - |
| YUV | 146.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 133 | 0 | 0.08 | 0.15 | 0.38 | 27.5 | 0.11 | 0.57 |
| Hex | 9D | 90 | 85 | 0 | 8 | F | 26 | 1C | B | 39 |
| Octal | 235 | 220 | 205 | 0 | 10 | 17 | 46 | 34 | 13 | 71 |
| Binary | 10011101 | 10010000 | 10000101 | 0 | 1000 | 1111 | 100110 | 11100 | 1011 | 111001 |
Color Harmonies of #9D9085
Complementary color
Monochromatic Colors of #9D9085
Black with #9D9085
Text Example
Text Example
White with #9D9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9085; }
p { color: rgb(157,144,133); }
H1.HeaderClassName
{
color: #9D9085;
}
.AnyTagClassName
{
color: #9D9085;
}
</style>
background-color css
<style>
a { background-color: #9D9085; }
a { background-color: rgb(157,144,133); }
div.DivClassName
{
background-color: #9D9085;
}
.BgClassName
{
background-color: #9D9085;
}
</style>
border-color css
<style>
span { border-color: #9D9085; }
span { border-color: rgb(157,144,133); }
td.TdClassName
{
border-color: #9D9085;
}
.TagClassName
{
border-color: #9D9085;
}
</style>