Shades of Zorba #989189
Tints of Zorba #989189
RGB
CMYK
RGB Variations
Color information
#989189 (or 0x989189) is known color: Zorba. HEX triplet: 98, 91 and 89. RGB value is (152,145,137). Sum of RGB (Red+Green+Blue) = 152+145+137=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #989189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989189 is #676E76. Grayscale: #929292. Windows color (decimal): -6778487 or 9015704. OLE color: 9015704.
HSL color Cylindrical-coordinate representation of color #989189: hue angle of 32º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989189 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 137 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.40 |
| HSL | 32º | 0.07% | 0.57% | - |
| HSV(B) | 32º | 0.1% | 0.6% | - |
| XYZ | 27.59 | 28.73 | 27.76 | - |
| YUV | 146.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 137 | 0 | 0.05 | 0.10 | 0.40 | 32 | 0.07 | 0.57 |
| Hex | 98 | 91 | 89 | 0 | 5 | A | 28 | 20 | 7 | 39 |
| Octal | 230 | 221 | 211 | 0 | 5 | 12 | 50 | 40 | 7 | 71 |
| Binary | 10011000 | 10010001 | 10001001 | 0 | 101 | 1010 | 101000 | 100000 | 111 | 111001 |
Color Harmonies of #989189
Complementary color
Monochromatic Colors of #989189
Black with #989189
Text Example
Text Example
White with #989189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989189; }
p { color: rgb(152,145,137); }
H1.HeaderClassName
{
color: #989189;
}
.AnyTagClassName
{
color: #989189;
}
</style>
background-color css
<style>
a { background-color: #989189; }
a { background-color: rgb(152,145,137); }
div.DivClassName
{
background-color: #989189;
}
.BgClassName
{
background-color: #989189;
}
</style>
border-color css
<style>
span { border-color: #989189; }
span { border-color: rgb(152,145,137); }
td.TdClassName
{
border-color: #989189;
}
.TagClassName
{
border-color: #989189;
}
</style>