Shades of Jumbo #86887F
Tints of Jumbo #86887F
RGB
CMYK
RGB Variations
Color information
#86887F (or 0x86887F) is known color: Jumbo. HEX triplet: 86, 88 and 7F. RGB value is (134,136,127). Sum of RGB (Red+Green+Blue) = 134+136+127=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #86887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86887F is #797780. Grayscale: #868686. Windows color (decimal): -7960449 or 8358022. OLE color: 8358022.
HSL color Cylindrical-coordinate representation of color #86887F: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86887F is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 127 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.47 |
| HSL | 73.33º | 0.04% | 0.52% | - |
| HSV(B) | 73.33º | 0.07% | 0.53% | - |
| XYZ | 22.47 | 24.21 | 23.57 | - |
| YUV | 134.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 127 | 0.01 | 0 | 0.07 | 0.47 | 73.33 | 0.04 | 0.52 |
| Hex | 86 | 88 | 7F | 1 | 0 | 7 | 2F | 49 | 4 | 34 |
| Octal | 206 | 210 | 177 | 1 | 0 | 7 | 57 | 111 | 4 | 64 |
| Binary | 10000110 | 10001000 | 1111111 | 1 | 0 | 111 | 101111 | 1001001 | 100 | 110100 |
Color Harmonies of #86887F
Complementary color
Monochromatic Colors of #86887F
Black with #86887F
Text Example
Text Example
White with #86887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86887F; }
p { color: rgb(134,136,127); }
H1.HeaderClassName
{
color: #86887F;
}
.AnyTagClassName
{
color: #86887F;
}
</style>
background-color css
<style>
a { background-color: #86887F; }
a { background-color: rgb(134,136,127); }
div.DivClassName
{
background-color: #86887F;
}
.BgClassName
{
background-color: #86887F;
}
</style>
border-color css
<style>
span { border-color: #86887F; }
span { border-color: rgb(134,136,127); }
td.TdClassName
{
border-color: #86887F;
}
.TagClassName
{
border-color: #86887F;
}
</style>