Shades of Stonewall #847A60
Tints of Stonewall #847A60
RGB
CMYK
RGB Variations
Color information
#847A60 (or 0x847A60) is known color: Stonewall. HEX triplet: 84, 7A and 60. RGB value is (132,122,96). Sum of RGB (Red+Green+Blue) = 132+122+96=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #847A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A60 is #7B859F. Grayscale: #7A7A7A. Windows color (decimal): -8095136 or 6322820. OLE color: 6322820.
HSL color Cylindrical-coordinate representation of color #847A60: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847A60 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 96 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.48 |
| HSL | 43.33º | 0.16% | 0.45% | - |
| HSV(B) | 43.33º | 0.27% | 0.52% | - |
| XYZ | 18.59 | 19.67 | 13.88 | - |
| YUV | 122.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 96 | 0 | 0.08 | 0.27 | 0.48 | 43.33 | 0.16 | 0.45 |
| Hex | 84 | 7A | 60 | 0 | 8 | 1B | 30 | 2B | 10 | 2D |
| Octal | 204 | 172 | 140 | 0 | 10 | 33 | 60 | 53 | 20 | 55 |
| Binary | 10000100 | 1111010 | 1100000 | 0 | 1000 | 11011 | 110000 | 101011 | 10000 | 101101 |
Color Harmonies of #847A60
Complementary color
Monochromatic Colors of #847A60
Black with #847A60
Text Example
Text Example
White with #847A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A60; }
p { color: rgb(132,122,96); }
H1.HeaderClassName
{
color: #847A60;
}
.AnyTagClassName
{
color: #847A60;
}
</style>
background-color css
<style>
a { background-color: #847A60; }
a { background-color: rgb(132,122,96); }
div.DivClassName
{
background-color: #847A60;
}
.BgClassName
{
background-color: #847A60;
}
</style>
border-color css
<style>
span { border-color: #847A60; }
span { border-color: rgb(132,122,96); }
td.TdClassName
{
border-color: #847A60;
}
.TagClassName
{
border-color: #847A60;
}
</style>