Shades of Jumbo #84847C
Tints of Jumbo #84847C
RGB
CMYK
RGB Variations
Color information
#84847C (or 0x84847C) is known color: Jumbo. HEX triplet: 84, 84 and 7C. RGB value is (132,132,124). Sum of RGB (Red+Green+Blue) = 132+132+124=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84847C is #7B7B83. Grayscale: #838383. Windows color (decimal): -8092548 or 8160388. OLE color: 8160388.
HSL color Cylindrical-coordinate representation of color #84847C: hue angle of 60º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84847C is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 124 | - |
| CMYK | 0 | 0 | 0.06 | 0.48 |
| HSL | 60º | 0.03% | 0.5% | - |
| HSV(B) | 60º | 0.06% | 0.52% | - |
| XYZ | 21.41 | 22.86 | 22.35 | - |
| YUV | 131.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 124 | 0 | 0 | 0.06 | 0.48 | 60 | 0.03 | 0.5 |
| Hex | 84 | 84 | 7C | 0 | 0 | 6 | 30 | 3C | 3 | 32 |
| Octal | 204 | 204 | 174 | 0 | 0 | 6 | 60 | 74 | 3 | 62 |
| Binary | 10000100 | 10000100 | 1111100 | 0 | 0 | 110 | 110000 | 111100 | 11 | 110010 |
Color Harmonies of #84847C
Complementary color
Monochromatic Colors of #84847C
Black with #84847C
Text Example
Text Example
White with #84847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84847C; }
p { color: rgb(132,132,124); }
H1.HeaderClassName
{
color: #84847C;
}
.AnyTagClassName
{
color: #84847C;
}
</style>
background-color css
<style>
a { background-color: #84847C; }
a { background-color: rgb(132,132,124); }
div.DivClassName
{
background-color: #84847C;
}
.BgClassName
{
background-color: #84847C;
}
</style>
border-color css
<style>
span { border-color: #84847C; }
span { border-color: rgb(132,132,124); }
td.TdClassName
{
border-color: #84847C;
}
.TagClassName
{
border-color: #84847C;
}
</style>