Shades of Zorba #989088
Tints of Zorba #989088
RGB
CMYK
RGB Variations
Color information
#989088 (or 0x989088) is known color: Zorba. HEX triplet: 98, 90 and 88. RGB value is (152,144,136). Sum of RGB (Red+Green+Blue) = 152+144+136=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #989088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989088 is #676F77. Grayscale: #919191. Windows color (decimal): -6778744 or 8949912. OLE color: 8949912.
HSL color Cylindrical-coordinate representation of color #989088: hue angle of 30º 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 #989088 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 136 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.40 |
| HSL | 30º | 0.07% | 0.56% | - |
| HSV(B) | 30º | 0.11% | 0.6% | - |
| XYZ | 27.37 | 28.4 | 27.33 | - |
| YUV | 145.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 136 | 0 | 0.05 | 0.11 | 0.40 | 30 | 0.07 | 0.56 |
| Hex | 98 | 90 | 88 | 0 | 5 | B | 28 | 1E | 7 | 38 |
| Octal | 230 | 220 | 210 | 0 | 5 | 13 | 50 | 36 | 7 | 70 |
| Binary | 10011000 | 10010000 | 10001000 | 0 | 101 | 1011 | 101000 | 11110 | 111 | 111000 |
Color Harmonies of #989088
Complementary color
Monochromatic Colors of #989088
Black with #989088
Text Example
Text Example
White with #989088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989088; }
p { color: rgb(152,144,136); }
H1.HeaderClassName
{
color: #989088;
}
.AnyTagClassName
{
color: #989088;
}
</style>
background-color css
<style>
a { background-color: #989088; }
a { background-color: rgb(152,144,136); }
div.DivClassName
{
background-color: #989088;
}
.BgClassName
{
background-color: #989088;
}
</style>
border-color css
<style>
span { border-color: #989088; }
span { border-color: rgb(152,144,136); }
td.TdClassName
{
border-color: #989088;
}
.TagClassName
{
border-color: #989088;
}
</style>