Shades of Zorba #989188
Tints of Zorba #989188
RGB
CMYK
RGB Variations
Color information
#989188 (or 0x989188) is known color: Zorba. HEX triplet: 98, 91 and 88. RGB value is (152,145,136). Sum of RGB (Red+Green+Blue) = 152+145+136=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #989188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989188 is #676E77. Grayscale: #929292. Windows color (decimal): -6778488 or 8950168. OLE color: 8950168.
HSL color Cylindrical-coordinate representation of color #989188: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989188 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 136 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.40 |
| HSL | 33.75º | 0.07% | 0.56% | - |
| HSV(B) | 33.75º | 0.11% | 0.6% | - |
| XYZ | 27.52 | 28.7 | 27.38 | - |
| YUV | 146.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 136 | 0 | 0.05 | 0.11 | 0.40 | 33.75 | 0.07 | 0.56 |
| Hex | 98 | 91 | 88 | 0 | 5 | B | 28 | 22 | 7 | 38 |
| Octal | 230 | 221 | 210 | 0 | 5 | 13 | 50 | 42 | 7 | 70 |
| Binary | 10011000 | 10010001 | 10001000 | 0 | 101 | 1011 | 101000 | 100010 | 111 | 111000 |
Color Harmonies of #989188
Complementary color
Monochromatic Colors of #989188
Black with #989188
Text Example
Text Example
White with #989188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989188; }
p { color: rgb(152,145,136); }
H1.HeaderClassName
{
color: #989188;
}
.AnyTagClassName
{
color: #989188;
}
</style>
background-color css
<style>
a { background-color: #989188; }
a { background-color: rgb(152,145,136); }
div.DivClassName
{
background-color: #989188;
}
.BgClassName
{
background-color: #989188;
}
</style>
border-color css
<style>
span { border-color: #989188; }
span { border-color: rgb(152,145,136); }
td.TdClassName
{
border-color: #989188;
}
.TagClassName
{
border-color: #989188;
}
</style>