Shades of Stonewall #82765A
Tints of Stonewall #82765A
RGB
CMYK
RGB Variations
Color information
#82765A (or 0x82765A) is known color: Stonewall. HEX triplet: 82, 76 and 5A. RGB value is (130,118,90). Sum of RGB (Red+Green+Blue) = 130+118+90=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82765A is #7D89A5. Grayscale: #767676. Windows color (decimal): -8227238 or 5928578. OLE color: 5928578.
HSL color Cylindrical-coordinate representation of color #82765A: hue angle of 42º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82765A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 90 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.49 |
| HSL | 42º | 0.18% | 0.43% | - |
| HSV(B) | 42º | 0.31% | 0.51% | - |
| XYZ | 17.53 | 18.44 | 12.31 | - |
| YUV | 118.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 90 | 0 | 0.09 | 0.31 | 0.49 | 42 | 0.18 | 0.43 |
| Hex | 82 | 76 | 5A | 0 | 9 | 1F | 31 | 2A | 12 | 2B |
| Octal | 202 | 166 | 132 | 0 | 11 | 37 | 61 | 52 | 22 | 53 |
| Binary | 10000010 | 1110110 | 1011010 | 0 | 1001 | 11111 | 110001 | 101010 | 10010 | 101011 |
Color Harmonies of #82765A
Complementary color
Monochromatic Colors of #82765A
Black with #82765A
Text Example
Text Example
White with #82765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82765A; }
p { color: rgb(130,118,90); }
H1.HeaderClassName
{
color: #82765A;
}
.AnyTagClassName
{
color: #82765A;
}
</style>
background-color css
<style>
a { background-color: #82765A; }
a { background-color: rgb(130,118,90); }
div.DivClassName
{
background-color: #82765A;
}
.BgClassName
{
background-color: #82765A;
}
</style>
border-color css
<style>
span { border-color: #82765A; }
span { border-color: rgb(130,118,90); }
td.TdClassName
{
border-color: #82765A;
}
.TagClassName
{
border-color: #82765A;
}
</style>