Shades of Stonewall #84785E
Tints of Stonewall #84785E
RGB
CMYK
RGB Variations
Color information
#84785E (or 0x84785E) is known color: Stonewall. HEX triplet: 84, 78 and 5E. RGB value is (132,120,94). Sum of RGB (Red+Green+Blue) = 132+120+94=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84785E is #7B87A1. Grayscale: #787878. Windows color (decimal): -8095650 or 6191236. OLE color: 6191236.
HSL color Cylindrical-coordinate representation of color #84785E: hue angle of 41.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84785E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 94 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.48 |
| HSL | 41.05º | 0.17% | 0.44% | - |
| HSV(B) | 41.05º | 0.29% | 0.52% | - |
| XYZ | 18.25 | 19.15 | 13.32 | - |
| YUV | 120.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 94 | 0 | 0.09 | 0.29 | 0.48 | 41.05 | 0.17 | 0.44 |
| Hex | 84 | 78 | 5E | 0 | 9 | 1D | 30 | 29 | 11 | 2C |
| Octal | 204 | 170 | 136 | 0 | 11 | 35 | 60 | 51 | 21 | 54 |
| Binary | 10000100 | 1111000 | 1011110 | 0 | 1001 | 11101 | 110000 | 101001 | 10001 | 101100 |
Color Harmonies of #84785E
Complementary color
Monochromatic Colors of #84785E
Black with #84785E
Text Example
Text Example
White with #84785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84785E; }
p { color: rgb(132,120,94); }
H1.HeaderClassName
{
color: #84785E;
}
.AnyTagClassName
{
color: #84785E;
}
</style>
background-color css
<style>
a { background-color: #84785E; }
a { background-color: rgb(132,120,94); }
div.DivClassName
{
background-color: #84785E;
}
.BgClassName
{
background-color: #84785E;
}
</style>
border-color css
<style>
span { border-color: #84785E; }
span { border-color: rgb(132,120,94); }
td.TdClassName
{
border-color: #84785E;
}
.TagClassName
{
border-color: #84785E;
}
</style>