Shades of Jumbo #84857D
Tints of Jumbo #84857D
RGB
CMYK
RGB Variations
Color information
#84857D (or 0x84857D) is known color: Jumbo. HEX triplet: 84, 85 and 7D. RGB value is (132,133,125). Sum of RGB (Red+Green+Blue) = 132+133+125=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #84857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84857D is #7B7A82. Grayscale: #838383. Windows color (decimal): -8092291 or 8226180. OLE color: 8226180.
HSL color Cylindrical-coordinate representation of color #84857D: hue angle of 67.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84857D is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 125 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.48 |
| HSL | 67.5º | 0.03% | 0.51% | - |
| HSV(B) | 67.5º | 0.06% | 0.52% | - |
| XYZ | 21.6 | 23.16 | 22.73 | - |
| YUV | 131.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 125 | 0.01 | 0 | 0.06 | 0.48 | 67.5 | 0.03 | 0.51 |
| Hex | 84 | 85 | 7D | 1 | 0 | 6 | 30 | 44 | 3 | 33 |
| Octal | 204 | 205 | 175 | 1 | 0 | 6 | 60 | 104 | 3 | 63 |
| Binary | 10000100 | 10000101 | 1111101 | 1 | 0 | 110 | 110000 | 1000100 | 11 | 110011 |
Color Harmonies of #84857D
Complementary color
Monochromatic Colors of #84857D
Black with #84857D
Text Example
Text Example
White with #84857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84857D; }
p { color: rgb(132,133,125); }
H1.HeaderClassName
{
color: #84857D;
}
.AnyTagClassName
{
color: #84857D;
}
</style>
background-color css
<style>
a { background-color: #84857D; }
a { background-color: rgb(132,133,125); }
div.DivClassName
{
background-color: #84857D;
}
.BgClassName
{
background-color: #84857D;
}
</style>
border-color css
<style>
span { border-color: #84857D; }
span { border-color: rgb(132,133,125); }
td.TdClassName
{
border-color: #84857D;
}
.TagClassName
{
border-color: #84857D;
}
</style>