Shades of Stonewall #82785E
Tints of Stonewall #82785E
RGB
CMYK
RGB Variations
Color information
#82785E (or 0x82785E) is known color: Stonewall. HEX triplet: 82, 78 and 5E. RGB value is (130,120,94). Sum of RGB (Red+Green+Blue) = 130+120+94=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #82785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82785E is #7D87A1. Grayscale: #787878. Windows color (decimal): -8226722 or 6191234. OLE color: 6191234.
HSL color Cylindrical-coordinate representation of color #82785E: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82785E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 94 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.49 |
| HSL | 43.33º | 0.16% | 0.44% | - |
| HSV(B) | 43.33º | 0.28% | 0.51% | - |
| XYZ | 17.94 | 18.99 | 13.31 | - |
| YUV | 120.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 94 | 0 | 0.08 | 0.28 | 0.49 | 43.33 | 0.16 | 0.44 |
| Hex | 82 | 78 | 5E | 0 | 8 | 1C | 31 | 2B | 10 | 2C |
| Octal | 202 | 170 | 136 | 0 | 10 | 34 | 61 | 53 | 20 | 54 |
| Binary | 10000010 | 1111000 | 1011110 | 0 | 1000 | 11100 | 110001 | 101011 | 10000 | 101100 |
Color Harmonies of #82785E
Complementary color
Monochromatic Colors of #82785E
Black with #82785E
Text Example
Text Example
White with #82785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82785E; }
p { color: rgb(130,120,94); }
H1.HeaderClassName
{
color: #82785E;
}
.AnyTagClassName
{
color: #82785E;
}
</style>
background-color css
<style>
a { background-color: #82785E; }
a { background-color: rgb(130,120,94); }
div.DivClassName
{
background-color: #82785E;
}
.BgClassName
{
background-color: #82785E;
}
</style>
border-color css
<style>
span { border-color: #82785E; }
span { border-color: rgb(130,120,94); }
td.TdClassName
{
border-color: #82785E;
}
.TagClassName
{
border-color: #82785E;
}
</style>