Shades of Jumbo #888780
Tints of Jumbo #888780
RGB
CMYK
RGB Variations
Color information
#888780 (or 0x888780) is known color: Jumbo. HEX triplet: 88, 87 and 80. RGB value is (136,135,128). Sum of RGB (Red+Green+Blue) = 136+135+128=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 136 - color contains mainly: red. Hex color #888780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888780 is #77787F. Grayscale: #868686. Windows color (decimal): -7829632 or 8423304. OLE color: 8423304.
HSL color Cylindrical-coordinate representation of color #888780: hue angle of 52.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888780 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 128 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.47 |
| HSL | 52.5º | 0.03% | 0.52% | - |
| HSV(B) | 52.5º | 0.06% | 0.53% | - |
| XYZ | 22.71 | 24.12 | 23.88 | - |
| YUV | 134.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 128 | 0 | 0.01 | 0.06 | 0.47 | 52.5 | 0.03 | 0.52 |
| Hex | 88 | 87 | 80 | 0 | 1 | 6 | 2F | 34 | 3 | 34 |
| Octal | 210 | 207 | 200 | 0 | 1 | 6 | 57 | 64 | 3 | 64 |
| Binary | 10001000 | 10000111 | 10000000 | 0 | 1 | 110 | 101111 | 110100 | 11 | 110100 |
Color Harmonies of #888780
Complementary color
Monochromatic Colors of #888780
Black with #888780
Text Example
Text Example
White with #888780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888780; }
p { color: rgb(136,135,128); }
H1.HeaderClassName
{
color: #888780;
}
.AnyTagClassName
{
color: #888780;
}
</style>
background-color css
<style>
a { background-color: #888780; }
a { background-color: rgb(136,135,128); }
div.DivClassName
{
background-color: #888780;
}
.BgClassName
{
background-color: #888780;
}
</style>
border-color css
<style>
span { border-color: #888780; }
span { border-color: rgb(136,135,128); }
td.TdClassName
{
border-color: #888780;
}
.TagClassName
{
border-color: #888780;
}
</style>