Shades of Zorba #9F8F89
Tints of Zorba #9F8F89
RGB
CMYK
RGB Variations
Color information
#9F8F89 (or 0x9F8F89) is known color: Zorba. HEX triplet: 9F, 8F and 89. RGB value is (159,143,137). Sum of RGB (Red+Green+Blue) = 159+143+137=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F89 is #607076. Grayscale: #939393. Windows color (decimal): -6320247 or 9015199. OLE color: 9015199.
HSL color Cylindrical-coordinate representation of color #9F8F89: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8F89 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 137 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.38 |
| HSL | 16.36º | 0.1% | 0.58% | - |
| HSV(B) | 16.36º | 0.14% | 0.62% | - |
| XYZ | 28.64 | 28.82 | 27.72 | - |
| YUV | 147.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 137 | 0 | 0.10 | 0.14 | 0.38 | 16.36 | 0.1 | 0.58 |
| Hex | 9F | 8F | 89 | 0 | A | E | 26 | 10 | A | 3A |
| Octal | 237 | 217 | 211 | 0 | 12 | 16 | 46 | 20 | 12 | 72 |
| Binary | 10011111 | 10001111 | 10001001 | 0 | 1010 | 1110 | 100110 | 10000 | 1010 | 111010 |
Color Harmonies of #9F8F89
Complementary color
Monochromatic Colors of #9F8F89
Black with #9F8F89
Text Example
Text Example
White with #9F8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F89; }
p { color: rgb(159,143,137); }
H1.HeaderClassName
{
color: #9F8F89;
}
.AnyTagClassName
{
color: #9F8F89;
}
</style>
background-color css
<style>
a { background-color: #9F8F89; }
a { background-color: rgb(159,143,137); }
div.DivClassName
{
background-color: #9F8F89;
}
.BgClassName
{
background-color: #9F8F89;
}
</style>
border-color css
<style>
span { border-color: #9F8F89; }
span { border-color: rgb(159,143,137); }
td.TdClassName
{
border-color: #9F8F89;
}
.TagClassName
{
border-color: #9F8F89;
}
</style>