Shades of Jumbo #86877F
Tints of Jumbo #86877F
RGB
CMYK
RGB Variations
Color information
#86877F (or 0x86877F) is known color: Jumbo. HEX triplet: 86, 87 and 7F. RGB value is (134,135,127). Sum of RGB (Red+Green+Blue) = 134+135+127=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 135 - color contains mainly: green. Hex color #86877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86877F is #797880. Grayscale: #858585. Windows color (decimal): -7960705 or 8357766. OLE color: 8357766.
HSL color Cylindrical-coordinate representation of color #86877F: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #86877F is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 127 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.47 |
| HSL | 67.5º | 0.03% | 0.51% | - |
| HSV(B) | 67.5º | 0.06% | 0.53% | - |
| XYZ | 22.33 | 23.93 | 23.52 | - |
| YUV | 133.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 127 | 0.01 | 0 | 0.06 | 0.47 | 67.5 | 0.03 | 0.51 |
| Hex | 86 | 87 | 7F | 1 | 0 | 6 | 2F | 44 | 3 | 33 |
| Octal | 206 | 207 | 177 | 1 | 0 | 6 | 57 | 104 | 3 | 63 |
| Binary | 10000110 | 10000111 | 1111111 | 1 | 0 | 110 | 101111 | 1000100 | 11 | 110011 |
Color Harmonies of #86877F
Complementary color
Monochromatic Colors of #86877F
Black with #86877F
Text Example
Text Example
White with #86877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86877F; }
p { color: rgb(134,135,127); }
H1.HeaderClassName
{
color: #86877F;
}
.AnyTagClassName
{
color: #86877F;
}
</style>
background-color css
<style>
a { background-color: #86877F; }
a { background-color: rgb(134,135,127); }
div.DivClassName
{
background-color: #86877F;
}
.BgClassName
{
background-color: #86877F;
}
</style>
border-color css
<style>
span { border-color: #86877F; }
span { border-color: rgb(134,135,127); }
td.TdClassName
{
border-color: #86877F;
}
.TagClassName
{
border-color: #86877F;
}
</style>