Shades of Zorba #9F9790
Tints of Zorba #9F9790
RGB
CMYK
RGB Variations
Color information
#9F9790 (or 0x9F9790) is known color: Zorba. HEX triplet: 9F, 97 and 90. RGB value is (159,151,144). Sum of RGB (Red+Green+Blue) = 159+151+144=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9790 is #60686F. Grayscale: #989898. Windows color (decimal): -6318192 or 9475999. OLE color: 9475999.
HSL color Cylindrical-coordinate representation of color #9F9790: hue angle of 28º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9F9790 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 144 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.38 |
| HSL | 28º | 0.07% | 0.59% | - |
| HSV(B) | 28º | 0.09% | 0.62% | - |
| XYZ | 30.4 | 31.52 | 30.87 | - |
| YUV | 152.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 144 | 0 | 0.05 | 0.09 | 0.38 | 28 | 0.07 | 0.59 |
| Hex | 9F | 97 | 90 | 0 | 5 | 9 | 26 | 1C | 7 | 3B |
| Octal | 237 | 227 | 220 | 0 | 5 | 11 | 46 | 34 | 7 | 73 |
| Binary | 10011111 | 10010111 | 10010000 | 0 | 101 | 1001 | 100110 | 11100 | 111 | 111011 |
Color Harmonies of #9F9790
Complementary color
Monochromatic Colors of #9F9790
Black with #9F9790
Text Example
Text Example
White with #9F9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9790; }
p { color: rgb(159,151,144); }
H1.HeaderClassName
{
color: #9F9790;
}
.AnyTagClassName
{
color: #9F9790;
}
</style>
background-color css
<style>
a { background-color: #9F9790; }
a { background-color: rgb(159,151,144); }
div.DivClassName
{
background-color: #9F9790;
}
.BgClassName
{
background-color: #9F9790;
}
</style>
border-color css
<style>
span { border-color: #9F9790; }
span { border-color: rgb(159,151,144); }
td.TdClassName
{
border-color: #9F9790;
}
.TagClassName
{
border-color: #9F9790;
}
</style>