Shades of Stonewall #84785C
Tints of Stonewall #84785C
RGB
CMYK
RGB Variations
Color information
#84785C (or 0x84785C) is known color: Stonewall. HEX triplet: 84, 78 and 5C. RGB value is (132,120,92). Sum of RGB (Red+Green+Blue) = 132+120+92=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84785C is #7B87A3. Grayscale: #787878. Windows color (decimal): -8095652 or 6060164. OLE color: 6060164.
HSL color Cylindrical-coordinate representation of color #84785C: hue angle of 42º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84785C is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 92 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.48 |
| HSL | 42º | 0.18% | 0.44% | - |
| HSV(B) | 42º | 0.3% | 0.52% | - |
| XYZ | 18.16 | 19.11 | 12.86 | - |
| YUV | 120.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 92 | 0 | 0.09 | 0.30 | 0.48 | 42 | 0.18 | 0.44 |
| Hex | 84 | 78 | 5C | 0 | 9 | 1E | 30 | 2A | 12 | 2C |
| Octal | 204 | 170 | 134 | 0 | 11 | 36 | 60 | 52 | 22 | 54 |
| Binary | 10000100 | 1111000 | 1011100 | 0 | 1001 | 11110 | 110000 | 101010 | 10010 | 101100 |
Color Harmonies of #84785C
Complementary color
Monochromatic Colors of #84785C
Black with #84785C
Text Example
Text Example
White with #84785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84785C; }
p { color: rgb(132,120,92); }
H1.HeaderClassName
{
color: #84785C;
}
.AnyTagClassName
{
color: #84785C;
}
</style>
background-color css
<style>
a { background-color: #84785C; }
a { background-color: rgb(132,120,92); }
div.DivClassName
{
background-color: #84785C;
}
.BgClassName
{
background-color: #84785C;
}
</style>
border-color css
<style>
span { border-color: #84785C; }
span { border-color: rgb(132,120,92); }
td.TdClassName
{
border-color: #84785C;
}
.TagClassName
{
border-color: #84785C;
}
</style>