Shades of Jumbo #898880
Tints of Jumbo #898880
RGB
CMYK
RGB Variations
Color information
#898880 (or 0x898880) is known color: Jumbo. HEX triplet: 89, 88 and 80. RGB value is (137,136,128). Sum of RGB (Red+Green+Blue) = 137+136+128=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 137 - color contains mainly: red. Hex color #898880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898880 is #76777F. Grayscale: #878787. Windows color (decimal): -7763840 or 8423561. OLE color: 8423561.
HSL color Cylindrical-coordinate representation of color #898880: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898880 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 128 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.46 |
| HSL | 53.33º | 0.04% | 0.52% | - |
| HSV(B) | 53.33º | 0.07% | 0.54% | - |
| XYZ | 23.02 | 24.49 | 23.94 | - |
| YUV | 135.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 128 | 0 | 0.01 | 0.07 | 0.46 | 53.33 | 0.04 | 0.52 |
| Hex | 89 | 88 | 80 | 0 | 1 | 7 | 2E | 35 | 4 | 34 |
| Octal | 211 | 210 | 200 | 0 | 1 | 7 | 56 | 65 | 4 | 64 |
| Binary | 10001001 | 10001000 | 10000000 | 0 | 1 | 111 | 101110 | 110101 | 100 | 110100 |
Color Harmonies of #898880
Complementary color
Monochromatic Colors of #898880
Black with #898880
Text Example
Text Example
White with #898880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898880; }
p { color: rgb(137,136,128); }
H1.HeaderClassName
{
color: #898880;
}
.AnyTagClassName
{
color: #898880;
}
</style>
background-color css
<style>
a { background-color: #898880; }
a { background-color: rgb(137,136,128); }
div.DivClassName
{
background-color: #898880;
}
.BgClassName
{
background-color: #898880;
}
</style>
border-color css
<style>
span { border-color: #898880; }
span { border-color: rgb(137,136,128); }
td.TdClassName
{
border-color: #898880;
}
.TagClassName
{
border-color: #898880;
}
</style>