Shades of Zorba #98928B
Tints of Zorba #98928B
RGB
CMYK
RGB Variations
Color information
#98928B (or 0x98928B) is known color: Zorba. HEX triplet: 98, 92 and 8B. RGB value is (152,146,139). Sum of RGB (Red+Green+Blue) = 152+146+139=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #98928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98928B is #676D74. Grayscale: #939393. Windows color (decimal): -6778229 or 9147032. OLE color: 9147032.
HSL color Cylindrical-coordinate representation of color #98928B: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98928B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 139 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.40 |
| HSL | 32.31º | 0.06% | 0.57% | - |
| HSV(B) | 32.31º | 0.09% | 0.6% | - |
| XYZ | 27.89 | 29.1 | 28.57 | - |
| YUV | 147 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 139 | 0 | 0.04 | 0.09 | 0.40 | 32.31 | 0.06 | 0.57 |
| Hex | 98 | 92 | 8B | 0 | 4 | 9 | 28 | 20 | 6 | 39 |
| Octal | 230 | 222 | 213 | 0 | 4 | 11 | 50 | 40 | 6 | 71 |
| Binary | 10011000 | 10010010 | 10001011 | 0 | 100 | 1001 | 101000 | 100000 | 110 | 111001 |
Color Harmonies of #98928B
Complementary color
Monochromatic Colors of #98928B
Black with #98928B
Text Example
Text Example
White with #98928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98928B; }
p { color: rgb(152,146,139); }
H1.HeaderClassName
{
color: #98928B;
}
.AnyTagClassName
{
color: #98928B;
}
</style>
background-color css
<style>
a { background-color: #98928B; }
a { background-color: rgb(152,146,139); }
div.DivClassName
{
background-color: #98928B;
}
.BgClassName
{
background-color: #98928B;
}
</style>
border-color css
<style>
span { border-color: #98928B; }
span { border-color: rgb(152,146,139); }
td.TdClassName
{
border-color: #98928B;
}
.TagClassName
{
border-color: #98928B;
}
</style>