Shades of Jumbo #86867F
Tints of Jumbo #86867F
RGB
CMYK
RGB Variations
Color information
#86867F (or 0x86867F) is known color: Jumbo. HEX triplet: 86, 86 and 7F. RGB value is (134,134,127). Sum of RGB (Red+Green+Blue) = 134+134+127=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86867F is #797980. Grayscale: #858585. Windows color (decimal): -7960961 or 8357510. OLE color: 8357510.
HSL color Cylindrical-coordinate representation of color #86867F: hue angle of 60º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86867F is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 127 | - |
| CMYK | 0 | 0 | 0.05 | 0.47 |
| HSL | 60º | 0.03% | 0.51% | - |
| HSV(B) | 60º | 0.05% | 0.53% | - |
| XYZ | 22.19 | 23.65 | 23.47 | - |
| YUV | 133.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 127 | 0 | 0 | 0.05 | 0.47 | 60 | 0.03 | 0.51 |
| Hex | 86 | 86 | 7F | 0 | 0 | 5 | 2F | 3C | 3 | 33 |
| Octal | 206 | 206 | 177 | 0 | 0 | 5 | 57 | 74 | 3 | 63 |
| Binary | 10000110 | 10000110 | 1111111 | 0 | 0 | 101 | 101111 | 111100 | 11 | 110011 |
Color Harmonies of #86867F
Complementary color
Monochromatic Colors of #86867F
Black with #86867F
Text Example
Text Example
White with #86867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86867F; }
p { color: rgb(134,134,127); }
H1.HeaderClassName
{
color: #86867F;
}
.AnyTagClassName
{
color: #86867F;
}
</style>
background-color css
<style>
a { background-color: #86867F; }
a { background-color: rgb(134,134,127); }
div.DivClassName
{
background-color: #86867F;
}
.BgClassName
{
background-color: #86867F;
}
</style>
border-color css
<style>
span { border-color: #86867F; }
span { border-color: rgb(134,134,127); }
td.TdClassName
{
border-color: #86867F;
}
.TagClassName
{
border-color: #86867F;
}
</style>