Shades of Jumbo #87877E
Tints of Jumbo #87877E
RGB
CMYK
RGB Variations
Color information
#87877E (or 0x87877E) is known color: Jumbo. HEX triplet: 87, 87 and 7E. RGB value is (135,135,126). Sum of RGB (Red+Green+Blue) = 135+135+126=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87877E is #787881. Grayscale: #868686. Windows color (decimal): -7895170 or 8292231. OLE color: 8292231.
HSL color Cylindrical-coordinate representation of color #87877E: hue angle of 60º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87877E is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 126 | - |
| CMYK | 0 | 0 | 0.07 | 0.47 |
| HSL | 60º | 0.04% | 0.51% | - |
| HSV(B) | 60º | 0.07% | 0.53% | - |
| XYZ | 22.42 | 23.99 | 23.19 | - |
| YUV | 133.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 126 | 0 | 0 | 0.07 | 0.47 | 60 | 0.04 | 0.51 |
| Hex | 87 | 87 | 7E | 0 | 0 | 7 | 2F | 3C | 4 | 33 |
| Octal | 207 | 207 | 176 | 0 | 0 | 7 | 57 | 74 | 4 | 63 |
| Binary | 10000111 | 10000111 | 1111110 | 0 | 0 | 111 | 101111 | 111100 | 100 | 110011 |
Color Harmonies of #87877E
Complementary color
Monochromatic Colors of #87877E
Black with #87877E
Text Example
Text Example
White with #87877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87877E; }
p { color: rgb(135,135,126); }
H1.HeaderClassName
{
color: #87877E;
}
.AnyTagClassName
{
color: #87877E;
}
</style>
background-color css
<style>
a { background-color: #87877E; }
a { background-color: rgb(135,135,126); }
div.DivClassName
{
background-color: #87877E;
}
.BgClassName
{
background-color: #87877E;
}
</style>
border-color css
<style>
span { border-color: #87877E; }
span { border-color: rgb(135,135,126); }
td.TdClassName
{
border-color: #87877E;
}
.TagClassName
{
border-color: #87877E;
}
</style>