Shades of Jumbo #84847F
Tints of Jumbo #84847F
RGB
CMYK
RGB Variations
Color information
#84847F (or 0x84847F) is known color: Jumbo. HEX triplet: 84, 84 and 7F. RGB value is (132,132,127). Sum of RGB (Red+Green+Blue) = 132+132+127=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84847F is #7B7B80. Grayscale: #838383. Windows color (decimal): -8092545 or 8356996. OLE color: 8356996.
HSL color Cylindrical-coordinate representation of color #84847F: hue angle of 60º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #84847F is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 127 | - |
| CMYK | 0 | 0 | 0.04 | 0.48 |
| HSL | 60º | 0.02% | 0.51% | - |
| HSV(B) | 60º | 0.04% | 0.52% | - |
| XYZ | 21.6 | 22.94 | 23.37 | - |
| YUV | 131.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 127 | 0 | 0 | 0.04 | 0.48 | 60 | 0.02 | 0.51 |
| Hex | 84 | 84 | 7F | 0 | 0 | 4 | 30 | 3C | 2 | 33 |
| Octal | 204 | 204 | 177 | 0 | 0 | 4 | 60 | 74 | 2 | 63 |
| Binary | 10000100 | 10000100 | 1111111 | 0 | 0 | 100 | 110000 | 111100 | 10 | 110011 |
Color Harmonies of #84847F
Complementary color
Monochromatic Colors of #84847F
Black with #84847F
Text Example
Text Example
White with #84847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84847F; }
p { color: rgb(132,132,127); }
H1.HeaderClassName
{
color: #84847F;
}
.AnyTagClassName
{
color: #84847F;
}
</style>
background-color css
<style>
a { background-color: #84847F; }
a { background-color: rgb(132,132,127); }
div.DivClassName
{
background-color: #84847F;
}
.BgClassName
{
background-color: #84847F;
}
</style>
border-color css
<style>
span { border-color: #84847F; }
span { border-color: rgb(132,132,127); }
td.TdClassName
{
border-color: #84847F;
}
.TagClassName
{
border-color: #84847F;
}
</style>