Shades of Zorba #9D9488
Tints of Zorba #9D9488
RGB
CMYK
RGB Variations
Color information
#9D9488 (or 0x9D9488) is known color: Zorba. HEX triplet: 9D, 94 and 88. RGB value is (157,148,136). Sum of RGB (Red+Green+Blue) = 157+148+136=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9488 is #626B77. Grayscale: #959595. Windows color (decimal): -6450040 or 8950941. OLE color: 8950941.
HSL color Cylindrical-coordinate representation of color #9D9488: hue angle of 34.29º 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 #9D9488 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 136 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.38 |
| HSL | 34.29º | 0.1% | 0.57% | - |
| HSV(B) | 34.29º | 0.13% | 0.62% | - |
| XYZ | 28.94 | 30.13 | 27.58 | - |
| YUV | 149.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 136 | 0 | 0.06 | 0.13 | 0.38 | 34.29 | 0.1 | 0.57 |
| Hex | 9D | 94 | 88 | 0 | 6 | D | 26 | 22 | A | 39 |
| Octal | 235 | 224 | 210 | 0 | 6 | 15 | 46 | 42 | 12 | 71 |
| Binary | 10011101 | 10010100 | 10001000 | 0 | 110 | 1101 | 100110 | 100010 | 1010 | 111001 |
Color Harmonies of #9D9488
Complementary color
Monochromatic Colors of #9D9488
Black with #9D9488
Text Example
Text Example
White with #9D9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9488; }
p { color: rgb(157,148,136); }
H1.HeaderClassName
{
color: #9D9488;
}
.AnyTagClassName
{
color: #9D9488;
}
</style>
background-color css
<style>
a { background-color: #9D9488; }
a { background-color: rgb(157,148,136); }
div.DivClassName
{
background-color: #9D9488;
}
.BgClassName
{
background-color: #9D9488;
}
</style>
border-color css
<style>
span { border-color: #9D9488; }
span { border-color: rgb(157,148,136); }
td.TdClassName
{
border-color: #9D9488;
}
.TagClassName
{
border-color: #9D9488;
}
</style>