Shades of Jumbo #84857E
Tints of Jumbo #84857E
RGB
CMYK
RGB Variations
Color information
#84857E (or 0x84857E) is known color: Jumbo. HEX triplet: 84, 85 and 7E. RGB value is (132,133,126). Sum of RGB (Red+Green+Blue) = 132+133+126=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 133 - color contains mainly: green. Hex color #84857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84857E is #7B7A81. Grayscale: #838383. Windows color (decimal): -8092290 or 8291716. OLE color: 8291716.
HSL color Cylindrical-coordinate representation of color #84857E: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84857E is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 126 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.48 |
| HSL | 68.57º | 0.03% | 0.51% | - |
| HSV(B) | 68.57º | 0.05% | 0.52% | - |
| XYZ | 21.67 | 23.19 | 23.07 | - |
| YUV | 131.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 126 | 0.01 | 0 | 0.05 | 0.48 | 68.57 | 0.03 | 0.51 |
| Hex | 84 | 85 | 7E | 1 | 0 | 5 | 30 | 45 | 3 | 33 |
| Octal | 204 | 205 | 176 | 1 | 0 | 5 | 60 | 105 | 3 | 63 |
| Binary | 10000100 | 10000101 | 1111110 | 1 | 0 | 101 | 110000 | 1000101 | 11 | 110011 |
Color Harmonies of #84857E
Complementary color
Monochromatic Colors of #84857E
Black with #84857E
Text Example
Text Example
White with #84857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84857E; }
p { color: rgb(132,133,126); }
H1.HeaderClassName
{
color: #84857E;
}
.AnyTagClassName
{
color: #84857E;
}
</style>
background-color css
<style>
a { background-color: #84857E; }
a { background-color: rgb(132,133,126); }
div.DivClassName
{
background-color: #84857E;
}
.BgClassName
{
background-color: #84857E;
}
</style>
border-color css
<style>
span { border-color: #84857E; }
span { border-color: rgb(132,133,126); }
td.TdClassName
{
border-color: #84857E;
}
.TagClassName
{
border-color: #84857E;
}
</style>