Shades of Zorba #9D9793
Tints of Zorba #9D9793
RGB
CMYK
RGB Variations
Color information
#9D9793 (or 0x9D9793) is known color: Zorba. HEX triplet: 9D, 97 and 93. RGB value is (157,151,147). Sum of RGB (Red+Green+Blue) = 157+151+147=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9793 is #62686C. Grayscale: #989898. Windows color (decimal): -6449261 or 9672605. OLE color: 9672605.
HSL color Cylindrical-coordinate representation of color #9D9793: hue angle of 24º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9D9793 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 147 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.38 |
| HSL | 24º | 0.05% | 0.6% | - |
| HSV(B) | 24º | 0.06% | 0.62% | - |
| XYZ | 30.24 | 31.41 | 32.07 | - |
| YUV | 152.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 147 | 0 | 0.04 | 0.06 | 0.38 | 24 | 0.05 | 0.6 |
| Hex | 9D | 97 | 93 | 0 | 4 | 6 | 26 | 18 | 5 | 3C |
| Octal | 235 | 227 | 223 | 0 | 4 | 6 | 46 | 30 | 5 | 74 |
| Binary | 10011101 | 10010111 | 10010011 | 0 | 100 | 110 | 100110 | 11000 | 101 | 111100 |
Color Harmonies of #9D9793
Complementary color
Monochromatic Colors of #9D9793
Black with #9D9793
Text Example
Text Example
White with #9D9793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9793; }
p { color: rgb(157,151,147); }
H1.HeaderClassName
{
color: #9D9793;
}
.AnyTagClassName
{
color: #9D9793;
}
</style>
background-color css
<style>
a { background-color: #9D9793; }
a { background-color: rgb(157,151,147); }
div.DivClassName
{
background-color: #9D9793;
}
.BgClassName
{
background-color: #9D9793;
}
</style>
border-color css
<style>
span { border-color: #9D9793; }
span { border-color: rgb(157,151,147); }
td.TdClassName
{
border-color: #9D9793;
}
.TagClassName
{
border-color: #9D9793;
}
</style>