Shades of Stonewall #87775E
Tints of Stonewall #87775E
RGB
CMYK
RGB Variations
Color information
#87775E (or 0x87775E) is known color: Stonewall. HEX triplet: 87, 77 and 5E. RGB value is (135,119,94). Sum of RGB (Red+Green+Blue) = 135+119+94=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #87775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87775E is #7888A1. Grayscale: #797979. Windows color (decimal): -7899298 or 6190983. OLE color: 6190983.
HSL color Cylindrical-coordinate representation of color #87775E: hue angle of 36.59º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87775E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 94 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.47 |
| HSL | 36.59º | 0.18% | 0.45% | - |
| HSV(B) | 36.59º | 0.3% | 0.53% | - |
| XYZ | 18.61 | 19.15 | 13.31 | - |
| YUV | 120.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 94 | 0 | 0.12 | 0.30 | 0.47 | 36.59 | 0.18 | 0.45 |
| Hex | 87 | 77 | 5E | 0 | C | 1E | 2F | 25 | 12 | 2D |
| Octal | 207 | 167 | 136 | 0 | 14 | 36 | 57 | 45 | 22 | 55 |
| Binary | 10000111 | 1110111 | 1011110 | 0 | 1100 | 11110 | 101111 | 100101 | 10010 | 101101 |
Color Harmonies of #87775E
Complementary color
Monochromatic Colors of #87775E
Black with #87775E
Text Example
Text Example
White with #87775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87775E; }
p { color: rgb(135,119,94); }
H1.HeaderClassName
{
color: #87775E;
}
.AnyTagClassName
{
color: #87775E;
}
</style>
background-color css
<style>
a { background-color: #87775E; }
a { background-color: rgb(135,119,94); }
div.DivClassName
{
background-color: #87775E;
}
.BgClassName
{
background-color: #87775E;
}
</style>
border-color css
<style>
span { border-color: #87775E; }
span { border-color: rgb(135,119,94); }
td.TdClassName
{
border-color: #87775E;
}
.TagClassName
{
border-color: #87775E;
}
</style>