Shades of Zorba #9D9285
Tints of Zorba #9D9285
RGB
CMYK
RGB Variations
Color information
#9D9285 (or 0x9D9285) is known color: Zorba. HEX triplet: 9D, 92 and 85. RGB value is (157,146,133). Sum of RGB (Red+Green+Blue) = 157+146+133=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9285 is #626D7A. Grayscale: #939393. Windows color (decimal): -6450555 or 8753821. OLE color: 8753821.
HSL color Cylindrical-coordinate representation of color #9D9285: hue angle of 32.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 #9D9285 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 133 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.38 |
| HSL | 32.5º | 0.11% | 0.57% | - |
| HSV(B) | 32.5º | 0.15% | 0.62% | - |
| XYZ | 28.42 | 29.42 | 26.37 | - |
| YUV | 147.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 133 | 0 | 0.07 | 0.15 | 0.38 | 32.5 | 0.11 | 0.57 |
| Hex | 9D | 92 | 85 | 0 | 7 | F | 26 | 20 | B | 39 |
| Octal | 235 | 222 | 205 | 0 | 7 | 17 | 46 | 40 | 13 | 71 |
| Binary | 10011101 | 10010010 | 10000101 | 0 | 111 | 1111 | 100110 | 100000 | 1011 | 111001 |
Color Harmonies of #9D9285
Complementary color
Monochromatic Colors of #9D9285
Black with #9D9285
Text Example
Text Example
White with #9D9285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9285; }
p { color: rgb(157,146,133); }
H1.HeaderClassName
{
color: #9D9285;
}
.AnyTagClassName
{
color: #9D9285;
}
</style>
background-color css
<style>
a { background-color: #9D9285; }
a { background-color: rgb(157,146,133); }
div.DivClassName
{
background-color: #9D9285;
}
.BgClassName
{
background-color: #9D9285;
}
</style>
border-color css
<style>
span { border-color: #9D9285; }
span { border-color: rgb(157,146,133); }
td.TdClassName
{
border-color: #9D9285;
}
.TagClassName
{
border-color: #9D9285;
}
</style>