Shades of Zorba #9F9D9B
Tints of Zorba #9F9D9B
RGB
CMYK
RGB Variations
Color information
#9F9D9B (or 0x9F9D9B) is known color: Zorba. HEX triplet: 9F, 9D and 9B. RGB value is (159,157,155). Sum of RGB (Red+Green+Blue) = 159+157+155=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9D9B is #606264. Grayscale: #9D9D9D. Windows color (decimal): -6316645 or 10198431. OLE color: 10198431.
HSL color Cylindrical-coordinate representation of color #9F9D9B: hue angle of 30º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9F9D9B is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 157 | 155 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.38 |
| HSL | 30º | 0.02% | 0.62% | - |
| HSV(B) | 30º | 0.03% | 0.62% | - |
| XYZ | 32.27 | 33.85 | 35.84 | - |
| YUV | 157.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 155 | 0 | 0.01 | 0.03 | 0.38 | 30 | 0.02 | 0.62 |
| Hex | 9F | 9D | 9B | 0 | 1 | 3 | 26 | 1E | 2 | 3E |
| Octal | 237 | 235 | 233 | 0 | 1 | 3 | 46 | 36 | 2 | 76 |
| Binary | 10011111 | 10011101 | 10011011 | 0 | 1 | 11 | 100110 | 11110 | 10 | 111110 |
Color Harmonies of #9F9D9B
Complementary color
Monochromatic Colors of #9F9D9B
Black with #9F9D9B
Text Example
Text Example
White with #9F9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9D9B; }
p { color: rgb(159,157,155); }
H1.HeaderClassName
{
color: #9F9D9B;
}
.AnyTagClassName
{
color: #9F9D9B;
}
</style>
background-color css
<style>
a { background-color: #9F9D9B; }
a { background-color: rgb(159,157,155); }
div.DivClassName
{
background-color: #9F9D9B;
}
.BgClassName
{
background-color: #9F9D9B;
}
</style>
border-color css
<style>
span { border-color: #9F9D9B; }
span { border-color: rgb(159,157,155); }
td.TdClassName
{
border-color: #9F9D9B;
}
.TagClassName
{
border-color: #9F9D9B;
}
</style>