Shades of Zorba #9F9D9C
Tints of Zorba #9F9D9C
RGB
CMYK
RGB Variations
Color information
#9F9D9C (or 0x9F9D9C) is known color: Zorba. HEX triplet: 9F, 9D and 9C. RGB value is (159,157,156). Sum of RGB (Red+Green+Blue) = 159+157+156=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9D9C is #606263. Grayscale: #9D9D9D. Windows color (decimal): -6316644 or 10263967. OLE color: 10263967.
HSL color Cylindrical-coordinate representation of color #9F9D9C: hue angle of 20º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9F9D9C is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 157 | 156 | - |
CMYK | 0 | 0.01 | 0.02 | 0.38 |
HSL | 20º | 0.02% | 0.62% | - |
HSV(B) | 20º | 0.02% | 0.62% | - |
XYZ | 32.36 | 33.89 | 36.29 | - |
YUV | 157.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 157 | 156 | 0 | 0.01 | 0.02 | 0.38 | 20 | 0.02 | 0.62 |
Hex | 9F | 9D | 9C | 0 | 1 | 2 | 26 | 14 | 2 | 3E |
Octal | 237 | 235 | 234 | 0 | 1 | 2 | 46 | 24 | 2 | 76 |
Binary | 10011111 | 10011101 | 10011100 | 0 | 1 | 10 | 100110 | 10100 | 10 | 111110 |
Color Harmonies of #9F9D9C
Complementary color
Monochromatic Colors of #9F9D9C
Black with #9F9D9C
Text Example
Text Example
White with #9F9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9D9C; }
p { color: rgb(159,157,156); }
H1.HeaderClassName
{
color: #9F9D9C;
}
.AnyTagClassName
{
color: #9F9D9C;
}
</style>
background-color css
<style>
a { background-color: #9F9D9C; }
a { background-color: rgb(159,157,156); }
div.DivClassName
{
background-color: #9F9D9C;
}
.BgClassName
{
background-color: #9F9D9C;
}
</style>
border-color css
<style>
span { border-color: #9F9D9C; }
span { border-color: rgb(159,157,156); }
td.TdClassName
{
border-color: #9F9D9C;
}
.TagClassName
{
border-color: #9F9D9C;
}
</style>