Shades of Stonewall #84765D
Tints of Stonewall #84765D
RGB
CMYK
RGB Variations
Color information
#84765D (or 0x84765D) is known color: Stonewall. HEX triplet: 84, 76 and 5D. RGB value is (132,118,93). Sum of RGB (Red+Green+Blue) = 132+118+93=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84765D is #7B89A2. Grayscale: #777777. Windows color (decimal): -8096163 or 6125188. OLE color: 6125188.
HSL color Cylindrical-coordinate representation of color #84765D: hue angle of 38.46º degrees, saturation: 0.17, 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 #84765D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 93 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.48 |
| HSL | 38.46º | 0.17% | 0.44% | - |
| HSV(B) | 38.46º | 0.3% | 0.52% | - |
| XYZ | 17.97 | 18.65 | 13.01 | - |
| YUV | 119.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 93 | 0 | 0.11 | 0.30 | 0.48 | 38.46 | 0.17 | 0.44 |
| Hex | 84 | 76 | 5D | 0 | B | 1E | 30 | 26 | 11 | 2C |
| Octal | 204 | 166 | 135 | 0 | 13 | 36 | 60 | 46 | 21 | 54 |
| Binary | 10000100 | 1110110 | 1011101 | 0 | 1011 | 11110 | 110000 | 100110 | 10001 | 101100 |
Color Harmonies of #84765D
Complementary color
Monochromatic Colors of #84765D
Black with #84765D
Text Example
Text Example
White with #84765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84765D; }
p { color: rgb(132,118,93); }
H1.HeaderClassName
{
color: #84765D;
}
.AnyTagClassName
{
color: #84765D;
}
</style>
background-color css
<style>
a { background-color: #84765D; }
a { background-color: rgb(132,118,93); }
div.DivClassName
{
background-color: #84765D;
}
.BgClassName
{
background-color: #84765D;
}
</style>
border-color css
<style>
span { border-color: #84765D; }
span { border-color: rgb(132,118,93); }
td.TdClassName
{
border-color: #84765D;
}
.TagClassName
{
border-color: #84765D;
}
</style>