Shades of Jumbo #85867E
Tints of Jumbo #85867E
RGB
CMYK
RGB Variations
Color information
#85867E (or 0x85867E) is known color: Jumbo. HEX triplet: 85, 86 and 7E. RGB value is (133,134,126). Sum of RGB (Red+Green+Blue) = 133+134+126=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 134 - color contains mainly: green. Hex color #85867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85867E is #7A7981. Grayscale: #848484. Windows color (decimal): -8026498 or 8291973. OLE color: 8291973.
HSL color Cylindrical-coordinate representation of color #85867E: 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 #85867E is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 126 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.47 |
| HSL | 67.5º | 0.03% | 0.51% | - |
| HSV(B) | 67.5º | 0.06% | 0.53% | - |
| XYZ | 21.96 | 23.54 | 23.13 | - |
| YUV | 132.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 126 | 0.01 | 0 | 0.06 | 0.47 | 67.5 | 0.03 | 0.51 |
| Hex | 85 | 86 | 7E | 1 | 0 | 6 | 2F | 44 | 3 | 33 |
| Octal | 205 | 206 | 176 | 1 | 0 | 6 | 57 | 104 | 3 | 63 |
| Binary | 10000101 | 10000110 | 1111110 | 1 | 0 | 110 | 101111 | 1000100 | 11 | 110011 |
Color Harmonies of #85867E
Complementary color
Monochromatic Colors of #85867E
Black with #85867E
Text Example
Text Example
White with #85867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85867E; }
p { color: rgb(133,134,126); }
H1.HeaderClassName
{
color: #85867E;
}
.AnyTagClassName
{
color: #85867E;
}
</style>
background-color css
<style>
a { background-color: #85867E; }
a { background-color: rgb(133,134,126); }
div.DivClassName
{
background-color: #85867E;
}
.BgClassName
{
background-color: #85867E;
}
</style>
border-color css
<style>
span { border-color: #85867E; }
span { border-color: rgb(133,134,126); }
td.TdClassName
{
border-color: #85867E;
}
.TagClassName
{
border-color: #85867E;
}
</style>