Shades of Jumbo #888982
Tints of Jumbo #888982
RGB
CMYK
RGB Variations
Color information
#888982 (or 0x888982) is known color: Jumbo. HEX triplet: 88, 89 and 82. RGB value is (136,137,130). Sum of RGB (Red+Green+Blue) = 136+137+130=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 137 - color contains mainly: green. Hex color #888982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888982 is #77767D. Grayscale: #878787. Windows color (decimal): -7829118 or 8554888. OLE color: 8554888.
HSL color Cylindrical-coordinate representation of color #888982: hue angle of 68.57º 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 #888982 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 130 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.46 |
| HSL | 68.57º | 0.03% | 0.52% | - |
| HSV(B) | 68.57º | 0.05% | 0.54% | - |
| XYZ | 23.13 | 24.74 | 24.67 | - |
| YUV | 135.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 130 | 0.01 | 0 | 0.05 | 0.46 | 68.57 | 0.03 | 0.52 |
| Hex | 88 | 89 | 82 | 1 | 0 | 5 | 2E | 45 | 3 | 34 |
| Octal | 210 | 211 | 202 | 1 | 0 | 5 | 56 | 105 | 3 | 64 |
| Binary | 10001000 | 10001001 | 10000010 | 1 | 0 | 101 | 101110 | 1000101 | 11 | 110100 |
Color Harmonies of #888982
Complementary color
Monochromatic Colors of #888982
Black with #888982
Text Example
Text Example
White with #888982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888982; }
p { color: rgb(136,137,130); }
H1.HeaderClassName
{
color: #888982;
}
.AnyTagClassName
{
color: #888982;
}
</style>
background-color css
<style>
a { background-color: #888982; }
a { background-color: rgb(136,137,130); }
div.DivClassName
{
background-color: #888982;
}
.BgClassName
{
background-color: #888982;
}
</style>
border-color css
<style>
span { border-color: #888982; }
span { border-color: rgb(136,137,130); }
td.TdClassName
{
border-color: #888982;
}
.TagClassName
{
border-color: #888982;
}
</style>