Shades of Jumbo #83847C
Tints of Jumbo #83847C
RGB
CMYK
RGB Variations
Color information
#83847C (or 0x83847C) is known color: Jumbo. HEX triplet: 83, 84 and 7C. RGB value is (131,132,124). Sum of RGB (Red+Green+Blue) = 131+132+124=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 132 - color contains mainly: green. Hex color #83847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83847C is #7C7B83. Grayscale: #828282. Windows color (decimal): -8158084 or 8160387. OLE color: 8160387.
HSL color Cylindrical-coordinate representation of color #83847C: hue angle of 67.5º 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 #83847C is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 132 | 124 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.48 |
| HSL | 67.5º | 0.03% | 0.5% | - |
| HSV(B) | 67.5º | 0.06% | 0.52% | - |
| XYZ | 21.25 | 22.78 | 22.35 | - |
| YUV | 130.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 124 | 0.01 | 0 | 0.06 | 0.48 | 67.5 | 0.03 | 0.5 |
| Hex | 83 | 84 | 7C | 1 | 0 | 6 | 30 | 44 | 3 | 32 |
| Octal | 203 | 204 | 174 | 1 | 0 | 6 | 60 | 104 | 3 | 62 |
| Binary | 10000011 | 10000100 | 1111100 | 1 | 0 | 110 | 110000 | 1000100 | 11 | 110010 |
Color Harmonies of #83847C
Complementary color
Monochromatic Colors of #83847C
Black with #83847C
Text Example
Text Example
White with #83847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83847C; }
p { color: rgb(131,132,124); }
H1.HeaderClassName
{
color: #83847C;
}
.AnyTagClassName
{
color: #83847C;
}
</style>
background-color css
<style>
a { background-color: #83847C; }
a { background-color: rgb(131,132,124); }
div.DivClassName
{
background-color: #83847C;
}
.BgClassName
{
background-color: #83847C;
}
</style>
border-color css
<style>
span { border-color: #83847C; }
span { border-color: rgb(131,132,124); }
td.TdClassName
{
border-color: #83847C;
}
.TagClassName
{
border-color: #83847C;
}
</style>