Shades of Jumbo #888887
Tints of Jumbo #888887
RGB
CMYK
RGB Variations
Color information
#888887 (or 0x888887) is known color: Jumbo. HEX triplet: 88, 88 and 87. RGB value is (136,136,135). Sum of RGB (Red+Green+Blue) = 136+136+135=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888887 is #777778. Grayscale: #878787. Windows color (decimal): -7829369 or 8882312. OLE color: 8882312.
HSL color Cylindrical-coordinate representation of color #888887: hue angle of 60º degrees, saturation: 0, 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 #888887 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
RGB | 136 | 136 | 135 | - |
CMYK | 0 | 0 | 0.01 | 0.47 |
HSL | 60º | 0% | 0.53% | - |
HSV(B) | 60º | 0.01% | 0.53% | - |
XYZ | 23.33 | 24.59 | 26.44 | - |
YUV | 135.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 136 | 135 | 0 | 0 | 0.01 | 0.47 | 60 | 0 | 0.53 |
Hex | 88 | 88 | 87 | 0 | 0 | 1 | 2F | 3C | 0 | 35 |
Octal | 210 | 210 | 207 | 0 | 0 | 1 | 57 | 74 | 0 | 65 |
Binary | 10001000 | 10001000 | 10000111 | 0 | 0 | 1 | 101111 | 111100 | 0 | 110101 |
Color Harmonies of #888887
Complementary color
Monochromatic Colors of #888887
Black with #888887
Text Example
Text Example
White with #888887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888887; }
p { color: rgb(136,136,135); }
H1.HeaderClassName
{
color: #888887;
}
.AnyTagClassName
{
color: #888887;
}
</style>
background-color css
<style>
a { background-color: #888887; }
a { background-color: rgb(136,136,135); }
div.DivClassName
{
background-color: #888887;
}
.BgClassName
{
background-color: #888887;
}
</style>
border-color css
<style>
span { border-color: #888887; }
span { border-color: rgb(136,136,135); }
td.TdClassName
{
border-color: #888887;
}
.TagClassName
{
border-color: #888887;
}
</style>