Shades of Jumbo #888886
Tints of Jumbo #888886
RGB
CMYK
RGB Variations
Color information
#888886 (or 0x888886) is known color: Jumbo. HEX triplet: 88, 88 and 86. RGB value is (136,136,134). Sum of RGB (Red+Green+Blue) = 136+136+134=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888886 is #777779. Grayscale: #878787. Windows color (decimal): -7829370 or 8816776. OLE color: 8816776.
HSL color Cylindrical-coordinate representation of color #888886: hue angle of 60º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #888886 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 134 | - |
| CMYK | 0 | 0 | 0.01 | 0.47 |
| HSL | 60º | 0.01% | 0.53% | - |
| HSV(B) | 60º | 0.01% | 0.53% | - |
| XYZ | 23.26 | 24.56 | 26.07 | - |
| YUV | 135.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 134 | 0 | 0 | 0.01 | 0.47 | 60 | 0.01 | 0.53 |
| Hex | 88 | 88 | 86 | 0 | 0 | 1 | 2F | 3C | 1 | 35 |
| Octal | 210 | 210 | 206 | 0 | 0 | 1 | 57 | 74 | 1 | 65 |
| Binary | 10001000 | 10001000 | 10000110 | 0 | 0 | 1 | 101111 | 111100 | 1 | 110101 |
Color Harmonies of #888886
Complementary color
Monochromatic Colors of #888886
Black with #888886
Text Example
Text Example
White with #888886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888886; }
p { color: rgb(136,136,134); }
H1.HeaderClassName
{
color: #888886;
}
.AnyTagClassName
{
color: #888886;
}
</style>
background-color css
<style>
a { background-color: #888886; }
a { background-color: rgb(136,136,134); }
div.DivClassName
{
background-color: #888886;
}
.BgClassName
{
background-color: #888886;
}
</style>
border-color css
<style>
span { border-color: #888886; }
span { border-color: rgb(136,136,134); }
td.TdClassName
{
border-color: #888886;
}
.TagClassName
{
border-color: #888886;
}
</style>