Shades of Jumbo #85867D
Tints of Jumbo #85867D
RGB
CMYK
RGB Variations
Color information
#85867D (or 0x85867D) is known color: Jumbo. HEX triplet: 85, 86 and 7D. RGB value is (133,134,125). Sum of RGB (Red+Green+Blue) = 133+134+125=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 134 - color contains mainly: green. Hex color #85867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85867D is #7A7982. Grayscale: #848484. Windows color (decimal): -8026499 or 8226437. OLE color: 8226437.
HSL color Cylindrical-coordinate representation of color #85867D: hue angle of 66.67º 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 #85867D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 125 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.47 |
| HSL | 66.67º | 0.04% | 0.51% | - |
| HSV(B) | 66.67º | 0.07% | 0.53% | - |
| XYZ | 21.9 | 23.52 | 22.79 | - |
| YUV | 132.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 125 | 0.01 | 0 | 0.07 | 0.47 | 66.67 | 0.04 | 0.51 |
| Hex | 85 | 86 | 7D | 1 | 0 | 7 | 2F | 43 | 4 | 33 |
| Octal | 205 | 206 | 175 | 1 | 0 | 7 | 57 | 103 | 4 | 63 |
| Binary | 10000101 | 10000110 | 1111101 | 1 | 0 | 111 | 101111 | 1000011 | 100 | 110011 |
Color Harmonies of #85867D
Complementary color
Monochromatic Colors of #85867D
Black with #85867D
Text Example
Text Example
White with #85867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85867D; }
p { color: rgb(133,134,125); }
H1.HeaderClassName
{
color: #85867D;
}
.AnyTagClassName
{
color: #85867D;
}
</style>
background-color css
<style>
a { background-color: #85867D; }
a { background-color: rgb(133,134,125); }
div.DivClassName
{
background-color: #85867D;
}
.BgClassName
{
background-color: #85867D;
}
</style>
border-color css
<style>
span { border-color: #85867D; }
span { border-color: rgb(133,134,125); }
td.TdClassName
{
border-color: #85867D;
}
.TagClassName
{
border-color: #85867D;
}
</style>