Shades of Stonewall #81765B
Tints of Stonewall #81765B
RGB
CMYK
RGB Variations
Color information
#81765B (or 0x81765B) is known color: Stonewall. HEX triplet: 81, 76 and 5B. RGB value is (129,118,91). Sum of RGB (Red+Green+Blue) = 129+118+91=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81765B is #7E89A4. Grayscale: #767676. Windows color (decimal): -8292773 or 5994113. OLE color: 5994113.
HSL color Cylindrical-coordinate representation of color #81765B: hue angle of 42.63º 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 #81765B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 91 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.49 |
| HSL | 42.63º | 0.17% | 0.43% | - |
| HSV(B) | 42.63º | 0.29% | 0.51% | - |
| XYZ | 17.42 | 18.38 | 12.53 | - |
| YUV | 118.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 91 | 0 | 0.09 | 0.29 | 0.49 | 42.63 | 0.17 | 0.43 |
| Hex | 81 | 76 | 5B | 0 | 9 | 1D | 31 | 2B | 11 | 2B |
| Octal | 201 | 166 | 133 | 0 | 11 | 35 | 61 | 53 | 21 | 53 |
| Binary | 10000001 | 1110110 | 1011011 | 0 | 1001 | 11101 | 110001 | 101011 | 10001 | 101011 |
Color Harmonies of #81765B
Complementary color
Monochromatic Colors of #81765B
Black with #81765B
Text Example
Text Example
White with #81765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81765B; }
p { color: rgb(129,118,91); }
H1.HeaderClassName
{
color: #81765B;
}
.AnyTagClassName
{
color: #81765B;
}
</style>
background-color css
<style>
a { background-color: #81765B; }
a { background-color: rgb(129,118,91); }
div.DivClassName
{
background-color: #81765B;
}
.BgClassName
{
background-color: #81765B;
}
</style>
border-color css
<style>
span { border-color: #81765B; }
span { border-color: rgb(129,118,91); }
td.TdClassName
{
border-color: #81765B;
}
.TagClassName
{
border-color: #81765B;
}
</style>