Shades of Jumbo #86857B
Tints of Jumbo #86857B
RGB
CMYK
RGB Variations
Color information
#86857B (or 0x86857B) is known color: Jumbo. HEX triplet: 86, 85 and 7B. RGB value is (134,133,123). Sum of RGB (Red+Green+Blue) = 134+133+123=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #86857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86857B is #797A84. Grayscale: #848484. Windows color (decimal): -7961221 or 8095110. OLE color: 8095110.
HSL color Cylindrical-coordinate representation of color #86857B: hue angle of 54.55º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86857B is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 123 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.47 |
| HSL | 54.55º | 0.04% | 0.5% | - |
| HSV(B) | 54.55º | 0.08% | 0.53% | - |
| XYZ | 21.79 | 23.27 | 22.08 | - |
| YUV | 132.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 123 | 0 | 0.01 | 0.08 | 0.47 | 54.55 | 0.04 | 0.5 |
| Hex | 86 | 85 | 7B | 0 | 1 | 8 | 2F | 37 | 4 | 32 |
| Octal | 206 | 205 | 173 | 0 | 1 | 10 | 57 | 67 | 4 | 62 |
| Binary | 10000110 | 10000101 | 1111011 | 0 | 1 | 1000 | 101111 | 110111 | 100 | 110010 |
Color Harmonies of #86857B
Complementary color
Monochromatic Colors of #86857B
Black with #86857B
Text Example
Text Example
White with #86857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86857B; }
p { color: rgb(134,133,123); }
H1.HeaderClassName
{
color: #86857B;
}
.AnyTagClassName
{
color: #86857B;
}
</style>
background-color css
<style>
a { background-color: #86857B; }
a { background-color: rgb(134,133,123); }
div.DivClassName
{
background-color: #86857B;
}
.BgClassName
{
background-color: #86857B;
}
</style>
border-color css
<style>
span { border-color: #86857B; }
span { border-color: rgb(134,133,123); }
td.TdClassName
{
border-color: #86857B;
}
.TagClassName
{
border-color: #86857B;
}
</style>