Shades of Jumbo #898882
Tints of Jumbo #898882
RGB
CMYK
RGB Variations
Color information
#898882 (or 0x898882) is known color: Jumbo. HEX triplet: 89, 88 and 82. RGB value is (137,136,130). Sum of RGB (Red+Green+Blue) = 137+136+130=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 137 - color contains mainly: red. Hex color #898882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898882 is #76777D. Grayscale: #878787. Windows color (decimal): -7763838 or 8554633. OLE color: 8554633.
HSL color Cylindrical-coordinate representation of color #898882: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898882 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 130 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.46 |
| HSL | 51.43º | 0.03% | 0.52% | - |
| HSV(B) | 51.43º | 0.05% | 0.54% | - |
| XYZ | 23.15 | 24.54 | 24.64 | - |
| YUV | 135.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 130 | 0 | 0.01 | 0.05 | 0.46 | 51.43 | 0.03 | 0.52 |
| Hex | 89 | 88 | 82 | 0 | 1 | 5 | 2E | 33 | 3 | 34 |
| Octal | 211 | 210 | 202 | 0 | 1 | 5 | 56 | 63 | 3 | 64 |
| Binary | 10001001 | 10001000 | 10000010 | 0 | 1 | 101 | 101110 | 110011 | 11 | 110100 |
Color Harmonies of #898882
Complementary color
Monochromatic Colors of #898882
Black with #898882
Text Example
Text Example
White with #898882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898882; }
p { color: rgb(137,136,130); }
H1.HeaderClassName
{
color: #898882;
}
.AnyTagClassName
{
color: #898882;
}
</style>
background-color css
<style>
a { background-color: #898882; }
a { background-color: rgb(137,136,130); }
div.DivClassName
{
background-color: #898882;
}
.BgClassName
{
background-color: #898882;
}
</style>
border-color css
<style>
span { border-color: #898882; }
span { border-color: rgb(137,136,130); }
td.TdClassName
{
border-color: #898882;
}
.TagClassName
{
border-color: #898882;
}
</style>