Shades of Zorba #98928D
Tints of Zorba #98928D
RGB
CMYK
RGB Variations
Color information
#98928D (or 0x98928D) is known color: Zorba. HEX triplet: 98, 92 and 8D. RGB value is (152,146,141). Sum of RGB (Red+Green+Blue) = 152+146+141=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #98928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98928D is #676D72. Grayscale: #939393. Windows color (decimal): -6778227 or 9278104. OLE color: 9278104.
HSL color Cylindrical-coordinate representation of color #98928D: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98928D is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 141 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.40 |
| HSL | 27.27º | 0.05% | 0.57% | - |
| HSV(B) | 27.27º | 0.07% | 0.6% | - |
| XYZ | 28.04 | 29.16 | 29.35 | - |
| YUV | 147.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 141 | 0 | 0.04 | 0.07 | 0.40 | 27.27 | 0.05 | 0.57 |
| Hex | 98 | 92 | 8D | 0 | 4 | 7 | 28 | 1B | 5 | 39 |
| Octal | 230 | 222 | 215 | 0 | 4 | 7 | 50 | 33 | 5 | 71 |
| Binary | 10011000 | 10010010 | 10001101 | 0 | 100 | 111 | 101000 | 11011 | 101 | 111001 |
Color Harmonies of #98928D
Complementary color
Monochromatic Colors of #98928D
Black with #98928D
Text Example
Text Example
White with #98928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98928D; }
p { color: rgb(152,146,141); }
H1.HeaderClassName
{
color: #98928D;
}
.AnyTagClassName
{
color: #98928D;
}
</style>
background-color css
<style>
a { background-color: #98928D; }
a { background-color: rgb(152,146,141); }
div.DivClassName
{
background-color: #98928D;
}
.BgClassName
{
background-color: #98928D;
}
</style>
border-color css
<style>
span { border-color: #98928D; }
span { border-color: rgb(152,146,141); }
td.TdClassName
{
border-color: #98928D;
}
.TagClassName
{
border-color: #98928D;
}
</style>