Shades of Jumbo #888981
Tints of Jumbo #888981
RGB
CMYK
RGB Variations
Color information
#888981 (or 0x888981) is known color: Jumbo. HEX triplet: 88, 89 and 81. RGB value is (136,137,129). Sum of RGB (Red+Green+Blue) = 136+137+129=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 137 - color contains mainly: green. Hex color #888981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888981 is #77767E. Grayscale: #878787. Windows color (decimal): -7829119 or 8489352. OLE color: 8489352.
HSL color Cylindrical-coordinate representation of color #888981: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888981 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 129 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.46 |
| HSL | 67.5º | 0.03% | 0.52% | - |
| HSV(B) | 67.5º | 0.06% | 0.54% | - |
| XYZ | 23.06 | 24.71 | 24.32 | - |
| YUV | 135.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 129 | 0.01 | 0 | 0.06 | 0.46 | 67.5 | 0.03 | 0.52 |
| Hex | 88 | 89 | 81 | 1 | 0 | 6 | 2E | 44 | 3 | 34 |
| Octal | 210 | 211 | 201 | 1 | 0 | 6 | 56 | 104 | 3 | 64 |
| Binary | 10001000 | 10001001 | 10000001 | 1 | 0 | 110 | 101110 | 1000100 | 11 | 110100 |
Color Harmonies of #888981
Complementary color
Monochromatic Colors of #888981
Black with #888981
Text Example
Text Example
White with #888981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888981; }
p { color: rgb(136,137,129); }
H1.HeaderClassName
{
color: #888981;
}
.AnyTagClassName
{
color: #888981;
}
</style>
background-color css
<style>
a { background-color: #888981; }
a { background-color: rgb(136,137,129); }
div.DivClassName
{
background-color: #888981;
}
.BgClassName
{
background-color: #888981;
}
</style>
border-color css
<style>
span { border-color: #888981; }
span { border-color: rgb(136,137,129); }
td.TdClassName
{
border-color: #888981;
}
.TagClassName
{
border-color: #888981;
}
</style>