Shades of Jumbo #84847E
Tints of Jumbo #84847E
RGB
CMYK
RGB Variations
Color information
#84847E (or 0x84847E) is known color: Jumbo. HEX triplet: 84, 84 and 7E. RGB value is (132,132,126). Sum of RGB (Red+Green+Blue) = 132+132+126=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84847E is #7B7B81. Grayscale: #838383. Windows color (decimal): -8092546 or 8291460. OLE color: 8291460.
HSL color Cylindrical-coordinate representation of color #84847E: 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.05%. Process color model (Four color, CMYK) of #84847E is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 126 | - |
| CMYK | 0 | 0 | 0.05 | 0.48 |
| HSL | 60º | 0.02% | 0.51% | - |
| HSV(B) | 60º | 0.05% | 0.52% | - |
| XYZ | 21.53 | 22.91 | 23.03 | - |
| YUV | 131.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 126 | 0 | 0 | 0.05 | 0.48 | 60 | 0.02 | 0.51 |
| Hex | 84 | 84 | 7E | 0 | 0 | 5 | 30 | 3C | 2 | 33 |
| Octal | 204 | 204 | 176 | 0 | 0 | 5 | 60 | 74 | 2 | 63 |
| Binary | 10000100 | 10000100 | 1111110 | 0 | 0 | 101 | 110000 | 111100 | 10 | 110011 |
Color Harmonies of #84847E
Complementary color
Monochromatic Colors of #84847E
Black with #84847E
Text Example
Text Example
White with #84847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84847E; }
p { color: rgb(132,132,126); }
H1.HeaderClassName
{
color: #84847E;
}
.AnyTagClassName
{
color: #84847E;
}
</style>
background-color css
<style>
a { background-color: #84847E; }
a { background-color: rgb(132,132,126); }
div.DivClassName
{
background-color: #84847E;
}
.BgClassName
{
background-color: #84847E;
}
</style>
border-color css
<style>
span { border-color: #84847E; }
span { border-color: rgb(132,132,126); }
td.TdClassName
{
border-color: #84847E;
}
.TagClassName
{
border-color: #84847E;
}
</style>