Shades of Zorba #9F928D
Tints of Zorba #9F928D
RGB
CMYK
RGB Variations
Color information
#9F928D (or 0x9F928D) is known color: Zorba. HEX triplet: 9F, 92 and 8D. RGB value is (159,146,141). Sum of RGB (Red+Green+Blue) = 159+146+141=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F928D is #606D72. Grayscale: #959595. Windows color (decimal): -6319475 or 9278111. OLE color: 9278111.
HSL color Cylindrical-coordinate representation of color #9F928D: hue angle of 16.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F928D is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 141 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.38 |
| HSL | 16.67º | 0.09% | 0.59% | - |
| HSV(B) | 16.67º | 0.11% | 0.62% | - |
| XYZ | 29.38 | 29.85 | 29.41 | - |
| YUV | 149.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 141 | 0 | 0.08 | 0.11 | 0.38 | 16.67 | 0.09 | 0.59 |
| Hex | 9F | 92 | 8D | 0 | 8 | B | 26 | 11 | 9 | 3B |
| Octal | 237 | 222 | 215 | 0 | 10 | 13 | 46 | 21 | 11 | 73 |
| Binary | 10011111 | 10010010 | 10001101 | 0 | 1000 | 1011 | 100110 | 10001 | 1001 | 111011 |
Color Harmonies of #9F928D
Complementary color
Monochromatic Colors of #9F928D
Black with #9F928D
Text Example
Text Example
White with #9F928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F928D; }
p { color: rgb(159,146,141); }
H1.HeaderClassName
{
color: #9F928D;
}
.AnyTagClassName
{
color: #9F928D;
}
</style>
background-color css
<style>
a { background-color: #9F928D; }
a { background-color: rgb(159,146,141); }
div.DivClassName
{
background-color: #9F928D;
}
.BgClassName
{
background-color: #9F928D;
}
</style>
border-color css
<style>
span { border-color: #9F928D; }
span { border-color: rgb(159,146,141); }
td.TdClassName
{
border-color: #9F928D;
}
.TagClassName
{
border-color: #9F928D;
}
</style>