Shades of Jumbo #878881
Tints of Jumbo #878881
RGB
CMYK
RGB Variations
Color information
#878881 (or 0x878881) is known color: Jumbo. HEX triplet: 87, 88 and 81. RGB value is (135,136,129). Sum of RGB (Red+Green+Blue) = 135+136+129=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #878881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878881 is #78777E. Grayscale: #868686. Windows color (decimal): -7894911 or 8489095. OLE color: 8489095.
HSL color Cylindrical-coordinate representation of color #878881: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878881 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 129 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.47 |
| HSL | 68.57º | 0.03% | 0.52% | - |
| HSV(B) | 68.57º | 0.05% | 0.53% | - |
| XYZ | 22.76 | 24.34 | 24.27 | - |
| YUV | 134.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 129 | 0.01 | 0 | 0.05 | 0.47 | 68.57 | 0.03 | 0.52 |
| Hex | 87 | 88 | 81 | 1 | 0 | 5 | 2F | 45 | 3 | 34 |
| Octal | 207 | 210 | 201 | 1 | 0 | 5 | 57 | 105 | 3 | 64 |
| Binary | 10000111 | 10001000 | 10000001 | 1 | 0 | 101 | 101111 | 1000101 | 11 | 110100 |
Color Harmonies of #878881
Complementary color
Monochromatic Colors of #878881
Black with #878881
Text Example
Text Example
White with #878881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878881; }
p { color: rgb(135,136,129); }
H1.HeaderClassName
{
color: #878881;
}
.AnyTagClassName
{
color: #878881;
}
</style>
background-color css
<style>
a { background-color: #878881; }
a { background-color: rgb(135,136,129); }
div.DivClassName
{
background-color: #878881;
}
.BgClassName
{
background-color: #878881;
}
</style>
border-color css
<style>
span { border-color: #878881; }
span { border-color: rgb(135,136,129); }
td.TdClassName
{
border-color: #878881;
}
.TagClassName
{
border-color: #878881;
}
</style>