Shades of Stonewall #88785A
Tints of Stonewall #88785A
RGB
CMYK
RGB Variations
Color information
#88785A (or 0x88785A) is known color: Stonewall. HEX triplet: 88, 78 and 5A. RGB value is (136,120,90). Sum of RGB (Red+Green+Blue) = 136+120+90=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88785A is #7787A5. Grayscale: #797979. Windows color (decimal): -7833510 or 5929096. OLE color: 5929096.
HSL color Cylindrical-coordinate representation of color #88785A: hue angle of 39.13º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88785A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 90 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.47 |
| HSL | 39.13º | 0.2% | 0.44% | - |
| HSV(B) | 39.13º | 0.34% | 0.53% | - |
| XYZ | 18.72 | 19.41 | 12.43 | - |
| YUV | 121.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 90 | 0 | 0.12 | 0.34 | 0.47 | 39.13 | 0.2 | 0.44 |
| Hex | 88 | 78 | 5A | 0 | C | 22 | 2F | 27 | 14 | 2C |
| Octal | 210 | 170 | 132 | 0 | 14 | 42 | 57 | 47 | 24 | 54 |
| Binary | 10001000 | 1111000 | 1011010 | 0 | 1100 | 100010 | 101111 | 100111 | 10100 | 101100 |
Color Harmonies of #88785A
Complementary color
Monochromatic Colors of #88785A
Black with #88785A
Text Example
Text Example
White with #88785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88785A; }
p { color: rgb(136,120,90); }
H1.HeaderClassName
{
color: #88785A;
}
.AnyTagClassName
{
color: #88785A;
}
</style>
background-color css
<style>
a { background-color: #88785A; }
a { background-color: rgb(136,120,90); }
div.DivClassName
{
background-color: #88785A;
}
.BgClassName
{
background-color: #88785A;
}
</style>
border-color css
<style>
span { border-color: #88785A; }
span { border-color: rgb(136,120,90); }
td.TdClassName
{
border-color: #88785A;
}
.TagClassName
{
border-color: #88785A;
}
</style>