Shades of Stonewall #82785C
Tints of Stonewall #82785C
RGB
CMYK
RGB Variations
Color information
#82785C (or 0x82785C) is known color: Stonewall. HEX triplet: 82, 78 and 5C. RGB value is (130,120,92). Sum of RGB (Red+Green+Blue) = 130+120+92=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82785C is #7D87A3. Grayscale: #777777. Windows color (decimal): -8226724 or 6060162. OLE color: 6060162.
HSL color Cylindrical-coordinate representation of color #82785C: hue angle of 44.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82785C is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 92 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.49 |
| HSL | 44.21º | 0.17% | 0.44% | - |
| HSV(B) | 44.21º | 0.29% | 0.51% | - |
| XYZ | 17.85 | 18.95 | 12.84 | - |
| YUV | 119.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 92 | 0 | 0.08 | 0.29 | 0.49 | 44.21 | 0.17 | 0.44 |
| Hex | 82 | 78 | 5C | 0 | 8 | 1D | 31 | 2C | 11 | 2C |
| Octal | 202 | 170 | 134 | 0 | 10 | 35 | 61 | 54 | 21 | 54 |
| Binary | 10000010 | 1111000 | 1011100 | 0 | 1000 | 11101 | 110001 | 101100 | 10001 | 101100 |
Color Harmonies of #82785C
Complementary color
Monochromatic Colors of #82785C
Black with #82785C
Text Example
Text Example
White with #82785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82785C; }
p { color: rgb(130,120,92); }
H1.HeaderClassName
{
color: #82785C;
}
.AnyTagClassName
{
color: #82785C;
}
</style>
background-color css
<style>
a { background-color: #82785C; }
a { background-color: rgb(130,120,92); }
div.DivClassName
{
background-color: #82785C;
}
.BgClassName
{
background-color: #82785C;
}
</style>
border-color css
<style>
span { border-color: #82785C; }
span { border-color: rgb(130,120,92); }
td.TdClassName
{
border-color: #82785C;
}
.TagClassName
{
border-color: #82785C;
}
</style>