Shades of Jumbo #85867C
Tints of Jumbo #85867C
RGB
CMYK
RGB Variations
Color information
#85867C (or 0x85867C) is known color: Jumbo. HEX triplet: 85, 86 and 7C. RGB value is (133,134,124). Sum of RGB (Red+Green+Blue) = 133+134+124=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 134 - color contains mainly: green. Hex color #85867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85867C is #7A7983. Grayscale: #848484. Windows color (decimal): -8026500 or 8160901. OLE color: 8160901.
HSL color Cylindrical-coordinate representation of color #85867C: hue angle of 66º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #85867C is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 124 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.47 |
| HSL | 66º | 0.04% | 0.51% | - |
| HSV(B) | 66º | 0.07% | 0.53% | - |
| XYZ | 21.84 | 23.49 | 22.45 | - |
| YUV | 132.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 124 | 0.01 | 0 | 0.07 | 0.47 | 66 | 0.04 | 0.51 |
| Hex | 85 | 86 | 7C | 1 | 0 | 7 | 2F | 42 | 4 | 33 |
| Octal | 205 | 206 | 174 | 1 | 0 | 7 | 57 | 102 | 4 | 63 |
| Binary | 10000101 | 10000110 | 1111100 | 1 | 0 | 111 | 101111 | 1000010 | 100 | 110011 |
Color Harmonies of #85867C
Complementary color
Monochromatic Colors of #85867C
Black with #85867C
Text Example
Text Example
White with #85867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85867C; }
p { color: rgb(133,134,124); }
H1.HeaderClassName
{
color: #85867C;
}
.AnyTagClassName
{
color: #85867C;
}
</style>
background-color css
<style>
a { background-color: #85867C; }
a { background-color: rgb(133,134,124); }
div.DivClassName
{
background-color: #85867C;
}
.BgClassName
{
background-color: #85867C;
}
</style>
border-color css
<style>
span { border-color: #85867C; }
span { border-color: rgb(133,134,124); }
td.TdClassName
{
border-color: #85867C;
}
.TagClassName
{
border-color: #85867C;
}
</style>