Shades of Jumbo #84847D
Tints of Jumbo #84847D
RGB
CMYK
RGB Variations
Color information
#84847D (or 0x84847D) is known color: Jumbo. HEX triplet: 84, 84 and 7D. RGB value is (132,132,125). Sum of RGB (Red+Green+Blue) = 132+132+125=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84847D is #7B7B82. Grayscale: #838383. Windows color (decimal): -8092547 or 8225924. OLE color: 8225924.
HSL color Cylindrical-coordinate representation of color #84847D: 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.05%. Process color model (Four color, CMYK) of #84847D is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 125 | - |
| CMYK | 0 | 0 | 0.05 | 0.48 |
| HSL | 60º | 0.03% | 0.5% | - |
| HSV(B) | 60º | 0.05% | 0.52% | - |
| XYZ | 21.47 | 22.89 | 22.69 | - |
| YUV | 131.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 125 | 0 | 0 | 0.05 | 0.48 | 60 | 0.03 | 0.5 |
| Hex | 84 | 84 | 7D | 0 | 0 | 5 | 30 | 3C | 3 | 32 |
| Octal | 204 | 204 | 175 | 0 | 0 | 5 | 60 | 74 | 3 | 62 |
| Binary | 10000100 | 10000100 | 1111101 | 0 | 0 | 101 | 110000 | 111100 | 11 | 110010 |
Color Harmonies of #84847D
Complementary color
Monochromatic Colors of #84847D
Black with #84847D
Text Example
Text Example
White with #84847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84847D; }
p { color: rgb(132,132,125); }
H1.HeaderClassName
{
color: #84847D;
}
.AnyTagClassName
{
color: #84847D;
}
</style>
background-color css
<style>
a { background-color: #84847D; }
a { background-color: rgb(132,132,125); }
div.DivClassName
{
background-color: #84847D;
}
.BgClassName
{
background-color: #84847D;
}
</style>
border-color css
<style>
span { border-color: #84847D; }
span { border-color: rgb(132,132,125); }
td.TdClassName
{
border-color: #84847D;
}
.TagClassName
{
border-color: #84847D;
}
</style>