Shades of Jumbo #86887D
Tints of Jumbo #86887D
RGB
CMYK
RGB Variations
Color information
#86887D (or 0x86887D) is known color: Jumbo. HEX triplet: 86, 88 and 7D. RGB value is (134,136,125). Sum of RGB (Red+Green+Blue) = 134+136+125=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #86887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86887D is #797782. Grayscale: #868686. Windows color (decimal): -7960451 or 8226950. OLE color: 8226950.
HSL color Cylindrical-coordinate representation of color #86887D: hue angle of 70.91º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86887D is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 125 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.47 |
| HSL | 70.91º | 0.04% | 0.51% | - |
| HSV(B) | 70.91º | 0.08% | 0.53% | - |
| XYZ | 22.34 | 24.16 | 22.89 | - |
| YUV | 134.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 125 | 0.01 | 0 | 0.08 | 0.47 | 70.91 | 0.04 | 0.51 |
| Hex | 86 | 88 | 7D | 1 | 0 | 8 | 2F | 47 | 4 | 33 |
| Octal | 206 | 210 | 175 | 1 | 0 | 10 | 57 | 107 | 4 | 63 |
| Binary | 10000110 | 10001000 | 1111101 | 1 | 0 | 1000 | 101111 | 1000111 | 100 | 110011 |
Color Harmonies of #86887D
Complementary color
Monochromatic Colors of #86887D
Black with #86887D
Text Example
Text Example
White with #86887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86887D; }
p { color: rgb(134,136,125); }
H1.HeaderClassName
{
color: #86887D;
}
.AnyTagClassName
{
color: #86887D;
}
</style>
background-color css
<style>
a { background-color: #86887D; }
a { background-color: rgb(134,136,125); }
div.DivClassName
{
background-color: #86887D;
}
.BgClassName
{
background-color: #86887D;
}
</style>
border-color css
<style>
span { border-color: #86887D; }
span { border-color: rgb(134,136,125); }
td.TdClassName
{
border-color: #86887D;
}
.TagClassName
{
border-color: #86887D;
}
</style>