Shades of Stonewall #84765F
Tints of Stonewall #84765F
RGB
CMYK
RGB Variations
Color information
#84765F (or 0x84765F) is known color: Stonewall. HEX triplet: 84, 76 and 5F. RGB value is (132,118,95). Sum of RGB (Red+Green+Blue) = 132+118+95=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84765F is #7B89A0. Grayscale: #777777. Windows color (decimal): -8096161 or 6256260. OLE color: 6256260.
HSL color Cylindrical-coordinate representation of color #84765F: hue angle of 37.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84765F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 95 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.48 |
| HSL | 37.3º | 0.16% | 0.45% | - |
| HSV(B) | 37.3º | 0.28% | 0.52% | - |
| XYZ | 18.06 | 18.69 | 13.48 | - |
| YUV | 119.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 95 | 0 | 0.11 | 0.28 | 0.48 | 37.3 | 0.16 | 0.45 |
| Hex | 84 | 76 | 5F | 0 | B | 1C | 30 | 25 | 10 | 2D |
| Octal | 204 | 166 | 137 | 0 | 13 | 34 | 60 | 45 | 20 | 55 |
| Binary | 10000100 | 1110110 | 1011111 | 0 | 1011 | 11100 | 110000 | 100101 | 10000 | 101101 |
Color Harmonies of #84765F
Complementary color
Monochromatic Colors of #84765F
Black with #84765F
Text Example
Text Example
White with #84765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84765F; }
p { color: rgb(132,118,95); }
H1.HeaderClassName
{
color: #84765F;
}
.AnyTagClassName
{
color: #84765F;
}
</style>
background-color css
<style>
a { background-color: #84765F; }
a { background-color: rgb(132,118,95); }
div.DivClassName
{
background-color: #84765F;
}
.BgClassName
{
background-color: #84765F;
}
</style>
border-color css
<style>
span { border-color: #84765F; }
span { border-color: rgb(132,118,95); }
td.TdClassName
{
border-color: #84765F;
}
.TagClassName
{
border-color: #84765F;
}
</style>