Shades of Stonewall #82765E
Tints of Stonewall #82765E
RGB
CMYK
RGB Variations
Color information
#82765E (or 0x82765E) is known color: Stonewall. HEX triplet: 82, 76 and 5E. RGB value is (130,118,94). Sum of RGB (Red+Green+Blue) = 130+118+94=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82765E is #7D89A1. Grayscale: #767676. Windows color (decimal): -8227234 or 6190722. OLE color: 6190722.
HSL color Cylindrical-coordinate representation of color #82765E: hue angle of 40º 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 #82765E is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 94 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.49 |
| HSL | 40º | 0.16% | 0.44% | - |
| HSV(B) | 40º | 0.28% | 0.51% | - |
| XYZ | 17.7 | 18.51 | 13.23 | - |
| YUV | 118.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 94 | 0 | 0.09 | 0.28 | 0.49 | 40 | 0.16 | 0.44 |
| Hex | 82 | 76 | 5E | 0 | 9 | 1C | 31 | 28 | 10 | 2C |
| Octal | 202 | 166 | 136 | 0 | 11 | 34 | 61 | 50 | 20 | 54 |
| Binary | 10000010 | 1110110 | 1011110 | 0 | 1001 | 11100 | 110001 | 101000 | 10000 | 101100 |
Color Harmonies of #82765E
Complementary color
Monochromatic Colors of #82765E
Black with #82765E
Text Example
Text Example
White with #82765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82765E; }
p { color: rgb(130,118,94); }
H1.HeaderClassName
{
color: #82765E;
}
.AnyTagClassName
{
color: #82765E;
}
</style>
background-color css
<style>
a { background-color: #82765E; }
a { background-color: rgb(130,118,94); }
div.DivClassName
{
background-color: #82765E;
}
.BgClassName
{
background-color: #82765E;
}
</style>
border-color css
<style>
span { border-color: #82765E; }
span { border-color: rgb(130,118,94); }
td.TdClassName
{
border-color: #82765E;
}
.TagClassName
{
border-color: #82765E;
}
</style>