Shades of Jumbo #85867F
Tints of Jumbo #85867F
RGB
CMYK
RGB Variations
Color information
#85867F (or 0x85867F) is known color: Jumbo. HEX triplet: 85, 86 and 7F. RGB value is (133,134,127). Sum of RGB (Red+Green+Blue) = 133+134+127=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 134 - color contains mainly: green. Hex color #85867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85867F is #7A7980. Grayscale: #848484. Windows color (decimal): -8026497 or 8357509. OLE color: 8357509.
HSL color Cylindrical-coordinate representation of color #85867F: hue angle of 68.57º 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 #85867F is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 127 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.47 |
| HSL | 68.57º | 0.03% | 0.51% | - |
| HSV(B) | 68.57º | 0.05% | 0.53% | - |
| XYZ | 22.03 | 23.57 | 23.47 | - |
| YUV | 132.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 127 | 0.01 | 0 | 0.05 | 0.47 | 68.57 | 0.03 | 0.51 |
| Hex | 85 | 86 | 7F | 1 | 0 | 5 | 2F | 45 | 3 | 33 |
| Octal | 205 | 206 | 177 | 1 | 0 | 5 | 57 | 105 | 3 | 63 |
| Binary | 10000101 | 10000110 | 1111111 | 1 | 0 | 101 | 101111 | 1000101 | 11 | 110011 |
Color Harmonies of #85867F
Complementary color
Monochromatic Colors of #85867F
Black with #85867F
Text Example
Text Example
White with #85867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85867F; }
p { color: rgb(133,134,127); }
H1.HeaderClassName
{
color: #85867F;
}
.AnyTagClassName
{
color: #85867F;
}
</style>
background-color css
<style>
a { background-color: #85867F; }
a { background-color: rgb(133,134,127); }
div.DivClassName
{
background-color: #85867F;
}
.BgClassName
{
background-color: #85867F;
}
</style>
border-color css
<style>
span { border-color: #85867F; }
span { border-color: rgb(133,134,127); }
td.TdClassName
{
border-color: #85867F;
}
.TagClassName
{
border-color: #85867F;
}
</style>