Shades of Stonewall #81765D
Tints of Stonewall #81765D
RGB
CMYK
RGB Variations
Color information
#81765D (or 0x81765D) is known color: Stonewall. HEX triplet: 81, 76 and 5D. RGB value is (129,118,93). Sum of RGB (Red+Green+Blue) = 129+118+93=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #81765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81765D is #7E89A2. Grayscale: #767676. Windows color (decimal): -8292771 or 6125185. OLE color: 6125185.
HSL color Cylindrical-coordinate representation of color #81765D: hue angle of 41.67º 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 #81765D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 93 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.49 |
| HSL | 41.67º | 0.16% | 0.44% | - |
| HSV(B) | 41.67º | 0.28% | 0.51% | - |
| XYZ | 17.51 | 18.41 | 12.99 | - |
| YUV | 118.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 93 | 0 | 0.09 | 0.28 | 0.49 | 41.67 | 0.16 | 0.44 |
| Hex | 81 | 76 | 5D | 0 | 9 | 1C | 31 | 2A | 10 | 2C |
| Octal | 201 | 166 | 135 | 0 | 11 | 34 | 61 | 52 | 20 | 54 |
| Binary | 10000001 | 1110110 | 1011101 | 0 | 1001 | 11100 | 110001 | 101010 | 10000 | 101100 |
Color Harmonies of #81765D
Complementary color
Monochromatic Colors of #81765D
Black with #81765D
Text Example
Text Example
White with #81765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81765D; }
p { color: rgb(129,118,93); }
H1.HeaderClassName
{
color: #81765D;
}
.AnyTagClassName
{
color: #81765D;
}
</style>
background-color css
<style>
a { background-color: #81765D; }
a { background-color: rgb(129,118,93); }
div.DivClassName
{
background-color: #81765D;
}
.BgClassName
{
background-color: #81765D;
}
</style>
border-color css
<style>
span { border-color: #81765D; }
span { border-color: rgb(129,118,93); }
td.TdClassName
{
border-color: #81765D;
}
.TagClassName
{
border-color: #81765D;
}
</style>