Shades of Zorba #98918C
Tints of Zorba #98918C
RGB
CMYK
RGB Variations
Color information
#98918C (or 0x98918C) is known color: Zorba. HEX triplet: 98, 91 and 8C. RGB value is (152,145,140). Sum of RGB (Red+Green+Blue) = 152+145+140=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #98918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98918C is #676E73. Grayscale: #929292. Windows color (decimal): -6778484 or 9212312. OLE color: 9212312.
HSL color Cylindrical-coordinate representation of color #98918C: hue angle of 25º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98918C is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 140 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.40 |
| HSL | 25º | 0.06% | 0.57% | - |
| HSV(B) | 25º | 0.08% | 0.6% | - |
| XYZ | 27.81 | 28.82 | 28.91 | - |
| YUV | 146.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 140 | 0 | 0.05 | 0.08 | 0.40 | 25 | 0.06 | 0.57 |
| Hex | 98 | 91 | 8C | 0 | 5 | 8 | 28 | 19 | 6 | 39 |
| Octal | 230 | 221 | 214 | 0 | 5 | 10 | 50 | 31 | 6 | 71 |
| Binary | 10011000 | 10010001 | 10001100 | 0 | 101 | 1000 | 101000 | 11001 | 110 | 111001 |
Color Harmonies of #98918C
Complementary color
Monochromatic Colors of #98918C
Black with #98918C
Text Example
Text Example
White with #98918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98918C; }
p { color: rgb(152,145,140); }
H1.HeaderClassName
{
color: #98918C;
}
.AnyTagClassName
{
color: #98918C;
}
</style>
background-color css
<style>
a { background-color: #98918C; }
a { background-color: rgb(152,145,140); }
div.DivClassName
{
background-color: #98918C;
}
.BgClassName
{
background-color: #98918C;
}
</style>
border-color css
<style>
span { border-color: #98918C; }
span { border-color: rgb(152,145,140); }
td.TdClassName
{
border-color: #98918C;
}
.TagClassName
{
border-color: #98918C;
}
</style>