Shades of Zorba #9D9388
Tints of Zorba #9D9388
RGB
CMYK
RGB Variations
Color information
#9D9388 (or 0x9D9388) is known color: Zorba. HEX triplet: 9D, 93 and 88. RGB value is (157,147,136). Sum of RGB (Red+Green+Blue) = 157+147+136=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9388 is #626C77. Grayscale: #949494. Windows color (decimal): -6450296 or 8950685. OLE color: 8950685.
HSL color Cylindrical-coordinate representation of color #9D9388: hue angle of 31.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D9388 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 147 | 136 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.38 |
| HSL | 31.43º | 0.1% | 0.57% | - |
| HSV(B) | 31.43º | 0.13% | 0.62% | - |
| XYZ | 28.78 | 29.81 | 27.53 | - |
| YUV | 148.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 136 | 0 | 0.06 | 0.13 | 0.38 | 31.43 | 0.1 | 0.57 |
| Hex | 9D | 93 | 88 | 0 | 6 | D | 26 | 1F | A | 39 |
| Octal | 235 | 223 | 210 | 0 | 6 | 15 | 46 | 37 | 12 | 71 |
| Binary | 10011101 | 10010011 | 10001000 | 0 | 110 | 1101 | 100110 | 11111 | 1010 | 111001 |
Color Harmonies of #9D9388
Complementary color
Monochromatic Colors of #9D9388
Black with #9D9388
Text Example
Text Example
White with #9D9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9388; }
p { color: rgb(157,147,136); }
H1.HeaderClassName
{
color: #9D9388;
}
.AnyTagClassName
{
color: #9D9388;
}
</style>
background-color css
<style>
a { background-color: #9D9388; }
a { background-color: rgb(157,147,136); }
div.DivClassName
{
background-color: #9D9388;
}
.BgClassName
{
background-color: #9D9388;
}
</style>
border-color css
<style>
span { border-color: #9D9388; }
span { border-color: rgb(157,147,136); }
td.TdClassName
{
border-color: #9D9388;
}
.TagClassName
{
border-color: #9D9388;
}
</style>