Shades of Zorba #9F8F81
Tints of Zorba #9F8F81
RGB
CMYK
RGB Variations
Color information
#9F8F81 (or 0x9F8F81) is known color: Zorba. HEX triplet: 9F, 8F and 81. RGB value is (159,143,129). Sum of RGB (Red+Green+Blue) = 159+143+129=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F81 is #60707E. Grayscale: #929292. Windows color (decimal): -6320255 or 8490911. OLE color: 8490911.
HSL color Cylindrical-coordinate representation of color #9F8F81: hue angle of 28º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F8F81 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 129 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.38 |
| HSL | 28º | 0.14% | 0.56% | - |
| HSV(B) | 28º | 0.19% | 0.62% | - |
| XYZ | 28.08 | 28.6 | 24.81 | - |
| YUV | 146.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 129 | 0 | 0.10 | 0.19 | 0.38 | 28 | 0.14 | 0.56 |
| Hex | 9F | 8F | 81 | 0 | A | 13 | 26 | 1C | E | 38 |
| Octal | 237 | 217 | 201 | 0 | 12 | 23 | 46 | 34 | 16 | 70 |
| Binary | 10011111 | 10001111 | 10000001 | 0 | 1010 | 10011 | 100110 | 11100 | 1110 | 111000 |
Color Harmonies of #9F8F81
Complementary color
Monochromatic Colors of #9F8F81
Black with #9F8F81
Text Example
Text Example
White with #9F8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F81; }
p { color: rgb(159,143,129); }
H1.HeaderClassName
{
color: #9F8F81;
}
.AnyTagClassName
{
color: #9F8F81;
}
</style>
background-color css
<style>
a { background-color: #9F8F81; }
a { background-color: rgb(159,143,129); }
div.DivClassName
{
background-color: #9F8F81;
}
.BgClassName
{
background-color: #9F8F81;
}
</style>
border-color css
<style>
span { border-color: #9F8F81; }
span { border-color: rgb(159,143,129); }
td.TdClassName
{
border-color: #9F8F81;
}
.TagClassName
{
border-color: #9F8F81;
}
</style>