Shades of Jumbo #878882
Tints of Jumbo #878882
RGB
CMYK
RGB Variations
Color information
#878882 (or 0x878882) is known color: Jumbo. HEX triplet: 87, 88 and 82. RGB value is (135,136,130). Sum of RGB (Red+Green+Blue) = 135+136+130=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 136 - color contains mainly: green. Hex color #878882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878882 is #78777D. Grayscale: #878787. Windows color (decimal): -7894910 or 8554631. OLE color: 8554631.
HSL color Cylindrical-coordinate representation of color #878882: hue angle of 70º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878882 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 130 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.47 |
| HSL | 70º | 0.02% | 0.52% | - |
| HSV(B) | 70º | 0.04% | 0.53% | - |
| XYZ | 22.83 | 24.37 | 24.62 | - |
| YUV | 135.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 130 | 0.01 | 0 | 0.04 | 0.47 | 70 | 0.02 | 0.52 |
| Hex | 87 | 88 | 82 | 1 | 0 | 4 | 2F | 46 | 2 | 34 |
| Octal | 207 | 210 | 202 | 1 | 0 | 4 | 57 | 106 | 2 | 64 |
| Binary | 10000111 | 10001000 | 10000010 | 1 | 0 | 100 | 101111 | 1000110 | 10 | 110100 |
Color Harmonies of #878882
Complementary color
Monochromatic Colors of #878882
Black with #878882
Text Example
Text Example
White with #878882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878882; }
p { color: rgb(135,136,130); }
H1.HeaderClassName
{
color: #878882;
}
.AnyTagClassName
{
color: #878882;
}
</style>
background-color css
<style>
a { background-color: #878882; }
a { background-color: rgb(135,136,130); }
div.DivClassName
{
background-color: #878882;
}
.BgClassName
{
background-color: #878882;
}
</style>
border-color css
<style>
span { border-color: #878882; }
span { border-color: rgb(135,136,130); }
td.TdClassName
{
border-color: #878882;
}
.TagClassName
{
border-color: #878882;
}
</style>