Shades of Stonewall #81765C
Tints of Stonewall #81765C
RGB
CMYK
RGB Variations
Color information
#81765C (or 0x81765C) is known color: Stonewall. HEX triplet: 81, 76 and 5C. RGB value is (129,118,92). Sum of RGB (Red+Green+Blue) = 129+118+92=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81765C is #7E89A3. Grayscale: #767676. Windows color (decimal): -8292772 or 6059649. OLE color: 6059649.
HSL color Cylindrical-coordinate representation of color #81765C: hue angle of 42.16º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81765C is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 92 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.49 |
| HSL | 42.16º | 0.17% | 0.43% | - |
| HSV(B) | 42.16º | 0.29% | 0.51% | - |
| XYZ | 17.46 | 18.4 | 12.76 | - |
| YUV | 118.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 92 | 0 | 0.09 | 0.29 | 0.49 | 42.16 | 0.17 | 0.43 |
| Hex | 81 | 76 | 5C | 0 | 9 | 1D | 31 | 2A | 11 | 2B |
| Octal | 201 | 166 | 134 | 0 | 11 | 35 | 61 | 52 | 21 | 53 |
| Binary | 10000001 | 1110110 | 1011100 | 0 | 1001 | 11101 | 110001 | 101010 | 10001 | 101011 |
Color Harmonies of #81765C
Complementary color
Monochromatic Colors of #81765C
Black with #81765C
Text Example
Text Example
White with #81765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81765C; }
p { color: rgb(129,118,92); }
H1.HeaderClassName
{
color: #81765C;
}
.AnyTagClassName
{
color: #81765C;
}
</style>
background-color css
<style>
a { background-color: #81765C; }
a { background-color: rgb(129,118,92); }
div.DivClassName
{
background-color: #81765C;
}
.BgClassName
{
background-color: #81765C;
}
</style>
border-color css
<style>
span { border-color: #81765C; }
span { border-color: rgb(129,118,92); }
td.TdClassName
{
border-color: #81765C;
}
.TagClassName
{
border-color: #81765C;
}
</style>