Shades of Jumbo #888A81
Tints of Jumbo #888A81
RGB
CMYK
RGB Variations
Color information
#888A81 (or 0x888A81) is known color: Jumbo. HEX triplet: 88, 8A and 81. RGB value is (136,138,129). Sum of RGB (Red+Green+Blue) = 136+138+129=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 138 - color contains mainly: green. Hex color #888A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A81 is #77757E. Grayscale: #888888. Windows color (decimal): -7828863 or 8489608. OLE color: 8489608.
HSL color Cylindrical-coordinate representation of color #888A81: hue angle of 73.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 #888A81 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 129 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.46 |
| HSL | 73.33º | 0.04% | 0.52% | - |
| HSV(B) | 73.33º | 0.07% | 0.54% | - |
| XYZ | 23.2 | 25 | 24.37 | - |
| YUV | 136.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 129 | 0.01 | 0 | 0.07 | 0.46 | 73.33 | 0.04 | 0.52 |
| Hex | 88 | 8A | 81 | 1 | 0 | 7 | 2E | 49 | 4 | 34 |
| Octal | 210 | 212 | 201 | 1 | 0 | 7 | 56 | 111 | 4 | 64 |
| Binary | 10001000 | 10001010 | 10000001 | 1 | 0 | 111 | 101110 | 1001001 | 100 | 110100 |
Color Harmonies of #888A81
Complementary color
Monochromatic Colors of #888A81
Black with #888A81
Text Example
Text Example
White with #888A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A81; }
p { color: rgb(136,138,129); }
H1.HeaderClassName
{
color: #888A81;
}
.AnyTagClassName
{
color: #888A81;
}
</style>
background-color css
<style>
a { background-color: #888A81; }
a { background-color: rgb(136,138,129); }
div.DivClassName
{
background-color: #888A81;
}
.BgClassName
{
background-color: #888A81;
}
</style>
border-color css
<style>
span { border-color: #888A81; }
span { border-color: rgb(136,138,129); }
td.TdClassName
{
border-color: #888A81;
}
.TagClassName
{
border-color: #888A81;
}
</style>