Shades of Stonewall #81765E
Tints of Stonewall #81765E
RGB
CMYK
RGB Variations
Color information
#81765E (or 0x81765E) is known color: Stonewall. HEX triplet: 81, 76 and 5E. RGB value is (129,118,94). Sum of RGB (Red+Green+Blue) = 129+118+94=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #81765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81765E is #7E89A1. Grayscale: #767676. Windows color (decimal): -8292770 or 6190721. OLE color: 6190721.
HSL color Cylindrical-coordinate representation of color #81765E: hue angle of 41.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81765E is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 94 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.49 |
| HSL | 41.14º | 0.16% | 0.44% | - |
| HSV(B) | 41.14º | 0.27% | 0.51% | - |
| XYZ | 17.55 | 18.43 | 13.22 | - |
| YUV | 118.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 94 | 0 | 0.09 | 0.27 | 0.49 | 41.14 | 0.16 | 0.44 |
| Hex | 81 | 76 | 5E | 0 | 9 | 1B | 31 | 29 | 10 | 2C |
| Octal | 201 | 166 | 136 | 0 | 11 | 33 | 61 | 51 | 20 | 54 |
| Binary | 10000001 | 1110110 | 1011110 | 0 | 1001 | 11011 | 110001 | 101001 | 10000 | 101100 |
Color Harmonies of #81765E
Complementary color
Monochromatic Colors of #81765E
Black with #81765E
Text Example
Text Example
White with #81765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81765E; }
p { color: rgb(129,118,94); }
H1.HeaderClassName
{
color: #81765E;
}
.AnyTagClassName
{
color: #81765E;
}
</style>
background-color css
<style>
a { background-color: #81765E; }
a { background-color: rgb(129,118,94); }
div.DivClassName
{
background-color: #81765E;
}
.BgClassName
{
background-color: #81765E;
}
</style>
border-color css
<style>
span { border-color: #81765E; }
span { border-color: rgb(129,118,94); }
td.TdClassName
{
border-color: #81765E;
}
.TagClassName
{
border-color: #81765E;
}
</style>