Shades of Jumbo #888A82
Tints of Jumbo #888A82
RGB
CMYK
RGB Variations
Color information
#888A82 (or 0x888A82) is known color: Jumbo. HEX triplet: 88, 8A and 82. RGB value is (136,138,130). Sum of RGB (Red+Green+Blue) = 136+138+130=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 138 - color contains mainly: green. Hex color #888A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A82 is #77757D. Grayscale: #888888. Windows color (decimal): -7828862 or 8555144. OLE color: 8555144.
HSL color Cylindrical-coordinate representation of color #888A82: hue angle of 75º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888A82 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 130 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.46 |
| HSL | 75º | 0.03% | 0.53% | - |
| HSV(B) | 75º | 0.06% | 0.54% | - |
| XYZ | 23.27 | 25.02 | 24.72 | - |
| YUV | 136.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 130 | 0.01 | 0 | 0.06 | 0.46 | 75 | 0.03 | 0.53 |
| Hex | 88 | 8A | 82 | 1 | 0 | 6 | 2E | 4B | 3 | 35 |
| Octal | 210 | 212 | 202 | 1 | 0 | 6 | 56 | 113 | 3 | 65 |
| Binary | 10001000 | 10001010 | 10000010 | 1 | 0 | 110 | 101110 | 1001011 | 11 | 110101 |
Color Harmonies of #888A82
Complementary color
Monochromatic Colors of #888A82
Black with #888A82
Text Example
Text Example
White with #888A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A82; }
p { color: rgb(136,138,130); }
H1.HeaderClassName
{
color: #888A82;
}
.AnyTagClassName
{
color: #888A82;
}
</style>
background-color css
<style>
a { background-color: #888A82; }
a { background-color: rgb(136,138,130); }
div.DivClassName
{
background-color: #888A82;
}
.BgClassName
{
background-color: #888A82;
}
</style>
border-color css
<style>
span { border-color: #888A82; }
span { border-color: rgb(136,138,130); }
td.TdClassName
{
border-color: #888A82;
}
.TagClassName
{
border-color: #888A82;
}
</style>