Shades of Zorba #9F928B
Tints of Zorba #9F928B
RGB
CMYK
RGB Variations
Color information
#9F928B (or 0x9F928B) is known color: Zorba. HEX triplet: 9F, 92 and 8B. RGB value is (159,146,139). Sum of RGB (Red+Green+Blue) = 159+146+139=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F928B is #606D74. Grayscale: #959595. Windows color (decimal): -6319477 or 9147039. OLE color: 9147039.
HSL color Cylindrical-coordinate representation of color #9F928B: hue angle of 21º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F928B is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 139 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.38 |
| HSL | 21º | 0.09% | 0.58% | - |
| HSV(B) | 21º | 0.13% | 0.62% | - |
| XYZ | 29.24 | 29.79 | 28.64 | - |
| YUV | 149.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 139 | 0 | 0.08 | 0.13 | 0.38 | 21 | 0.09 | 0.58 |
| Hex | 9F | 92 | 8B | 0 | 8 | D | 26 | 15 | 9 | 3A |
| Octal | 237 | 222 | 213 | 0 | 10 | 15 | 46 | 25 | 11 | 72 |
| Binary | 10011111 | 10010010 | 10001011 | 0 | 1000 | 1101 | 100110 | 10101 | 1001 | 111010 |
Color Harmonies of #9F928B
Complementary color
Monochromatic Colors of #9F928B
Black with #9F928B
Text Example
Text Example
White with #9F928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F928B; }
p { color: rgb(159,146,139); }
H1.HeaderClassName
{
color: #9F928B;
}
.AnyTagClassName
{
color: #9F928B;
}
</style>
background-color css
<style>
a { background-color: #9F928B; }
a { background-color: rgb(159,146,139); }
div.DivClassName
{
background-color: #9F928B;
}
.BgClassName
{
background-color: #9F928B;
}
</style>
border-color css
<style>
span { border-color: #9F928B; }
span { border-color: rgb(159,146,139); }
td.TdClassName
{
border-color: #9F928B;
}
.TagClassName
{
border-color: #9F928B;
}
</style>