Shades of Stonewall #81755F
Tints of Stonewall #81755F
RGB
CMYK
RGB Variations
Color information
#81755F (or 0x81755F) is known color: Stonewall. HEX triplet: 81, 75 and 5F. RGB value is (129,117,95). Sum of RGB (Red+Green+Blue) = 129+117+95=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #81755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81755F is #7E8AA0. Grayscale: #767676. Windows color (decimal): -8293025 or 6256001. OLE color: 6256001.
HSL color Cylindrical-coordinate representation of color #81755F: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81755F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 117 | 95 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.49 |
| HSL | 38.82º | 0.15% | 0.44% | - |
| HSV(B) | 38.82º | 0.26% | 0.51% | - |
| XYZ | 17.48 | 18.22 | 13.42 | - |
| YUV | 118.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 95 | 0 | 0.09 | 0.26 | 0.49 | 38.82 | 0.15 | 0.44 |
| Hex | 81 | 75 | 5F | 0 | 9 | 1A | 31 | 27 | F | 2C |
| Octal | 201 | 165 | 137 | 0 | 11 | 32 | 61 | 47 | 17 | 54 |
| Binary | 10000001 | 1110101 | 1011111 | 0 | 1001 | 11010 | 110001 | 100111 | 1111 | 101100 |
Color Harmonies of #81755F
Complementary color
Monochromatic Colors of #81755F
Black with #81755F
Text Example
Text Example
White with #81755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81755F; }
p { color: rgb(129,117,95); }
H1.HeaderClassName
{
color: #81755F;
}
.AnyTagClassName
{
color: #81755F;
}
</style>
background-color css
<style>
a { background-color: #81755F; }
a { background-color: rgb(129,117,95); }
div.DivClassName
{
background-color: #81755F;
}
.BgClassName
{
background-color: #81755F;
}
</style>
border-color css
<style>
span { border-color: #81755F; }
span { border-color: rgb(129,117,95); }
td.TdClassName
{
border-color: #81755F;
}
.TagClassName
{
border-color: #81755F;
}
</style>