Shades of Zorba #9D9188
Tints of Zorba #9D9188
RGB
CMYK
RGB Variations
Color information
#9D9188 (or 0x9D9188) is known color: Zorba. HEX triplet: 9D, 91 and 88. RGB value is (157,145,136). Sum of RGB (Red+Green+Blue) = 157+145+136=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9188 is #626E77. Grayscale: #939393. Windows color (decimal): -6450808 or 8950173. OLE color: 8950173.
HSL color Cylindrical-coordinate representation of color #9D9188: hue angle of 25.71º 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 #9D9188 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 136 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.38 |
| HSL | 25.71º | 0.1% | 0.57% | - |
| HSV(B) | 25.71º | 0.13% | 0.62% | - |
| XYZ | 28.47 | 29.2 | 27.43 | - |
| YUV | 147.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 136 | 0 | 0.08 | 0.13 | 0.38 | 25.71 | 0.1 | 0.57 |
| Hex | 9D | 91 | 88 | 0 | 8 | D | 26 | 1A | A | 39 |
| Octal | 235 | 221 | 210 | 0 | 10 | 15 | 46 | 32 | 12 | 71 |
| Binary | 10011101 | 10010001 | 10001000 | 0 | 1000 | 1101 | 100110 | 11010 | 1010 | 111001 |
Color Harmonies of #9D9188
Complementary color
Monochromatic Colors of #9D9188
Black with #9D9188
Text Example
Text Example
White with #9D9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9188; }
p { color: rgb(157,145,136); }
H1.HeaderClassName
{
color: #9D9188;
}
.AnyTagClassName
{
color: #9D9188;
}
</style>
background-color css
<style>
a { background-color: #9D9188; }
a { background-color: rgb(157,145,136); }
div.DivClassName
{
background-color: #9D9188;
}
.BgClassName
{
background-color: #9D9188;
}
</style>
border-color css
<style>
span { border-color: #9D9188; }
span { border-color: rgb(157,145,136); }
td.TdClassName
{
border-color: #9D9188;
}
.TagClassName
{
border-color: #9D9188;
}
</style>