Shades of Stonewall #88785E
Tints of Stonewall #88785E
RGB
CMYK
RGB Variations
Color information
#88785E (or 0x88785E) is known color: Stonewall. HEX triplet: 88, 78 and 5E. RGB value is (136,120,94). Sum of RGB (Red+Green+Blue) = 136+120+94=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #88785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88785E is #7787A1. Grayscale: #797979. Windows color (decimal): -7833506 or 6191240. OLE color: 6191240.
HSL color Cylindrical-coordinate representation of color #88785E: hue angle of 37.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88785E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 94 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.47 |
| HSL | 37.14º | 0.18% | 0.45% | - |
| HSV(B) | 37.14º | 0.31% | 0.53% | - |
| XYZ | 18.89 | 19.48 | 13.35 | - |
| YUV | 121.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 94 | 0 | 0.12 | 0.31 | 0.47 | 37.14 | 0.18 | 0.45 |
| Hex | 88 | 78 | 5E | 0 | C | 1F | 2F | 25 | 12 | 2D |
| Octal | 210 | 170 | 136 | 0 | 14 | 37 | 57 | 45 | 22 | 55 |
| Binary | 10001000 | 1111000 | 1011110 | 0 | 1100 | 11111 | 101111 | 100101 | 10010 | 101101 |
Color Harmonies of #88785E
Complementary color
Monochromatic Colors of #88785E
Black with #88785E
Text Example
Text Example
White with #88785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88785E; }
p { color: rgb(136,120,94); }
H1.HeaderClassName
{
color: #88785E;
}
.AnyTagClassName
{
color: #88785E;
}
</style>
background-color css
<style>
a { background-color: #88785E; }
a { background-color: rgb(136,120,94); }
div.DivClassName
{
background-color: #88785E;
}
.BgClassName
{
background-color: #88785E;
}
</style>
border-color css
<style>
span { border-color: #88785E; }
span { border-color: rgb(136,120,94); }
td.TdClassName
{
border-color: #88785E;
}
.TagClassName
{
border-color: #88785E;
}
</style>