Shades of Zorba #9D9792
Tints of Zorba #9D9792
RGB
CMYK
RGB Variations
Color information
#9D9792 (or 0x9D9792) is known color: Zorba. HEX triplet: 9D, 97 and 92. RGB value is (157,151,146). Sum of RGB (Red+Green+Blue) = 157+151+146=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9792 is #62686D. Grayscale: #989898. Windows color (decimal): -6449262 or 9607069. OLE color: 9607069.
HSL color Cylindrical-coordinate representation of color #9D9792: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D9792 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 146 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.38 |
| HSL | 27.27º | 0.05% | 0.59% | - |
| HSV(B) | 27.27º | 0.07% | 0.62% | - |
| XYZ | 30.16 | 31.38 | 31.66 | - |
| YUV | 152.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 146 | 0 | 0.04 | 0.07 | 0.38 | 27.27 | 0.05 | 0.59 |
| Hex | 9D | 97 | 92 | 0 | 4 | 7 | 26 | 1B | 5 | 3B |
| Octal | 235 | 227 | 222 | 0 | 4 | 7 | 46 | 33 | 5 | 73 |
| Binary | 10011101 | 10010111 | 10010010 | 0 | 100 | 111 | 100110 | 11011 | 101 | 111011 |
Color Harmonies of #9D9792
Complementary color
Monochromatic Colors of #9D9792
Black with #9D9792
Text Example
Text Example
White with #9D9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9792; }
p { color: rgb(157,151,146); }
H1.HeaderClassName
{
color: #9D9792;
}
.AnyTagClassName
{
color: #9D9792;
}
</style>
background-color css
<style>
a { background-color: #9D9792; }
a { background-color: rgb(157,151,146); }
div.DivClassName
{
background-color: #9D9792;
}
.BgClassName
{
background-color: #9D9792;
}
</style>
border-color css
<style>
span { border-color: #9D9792; }
span { border-color: rgb(157,151,146); }
td.TdClassName
{
border-color: #9D9792;
}
.TagClassName
{
border-color: #9D9792;
}
</style>