Shades of Shadow #887050
Tints of Shadow #887050
RGB
CMYK
RGB Variations
Color information
#887050 (or 0x887050) is known color: Shadow. HEX triplet: 88, 70 and 50. RGB value is (136,112,80). Sum of RGB (Red+Green+Blue) = 136+112+80=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #887050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887050 is #778FAF. Grayscale: #737373. Windows color (decimal): -7835568 or 5271688. OLE color: 5271688.
HSL color Cylindrical-coordinate representation of color #887050: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #887050 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 80 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.47 |
| HSL | 34.29º | 0.26% | 0.42% | - |
| HSV(B) | 34.29º | 0.41% | 0.53% | - |
| XYZ | 17.4 | 17.4 | 10.03 | - |
| YUV | 115.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 80 | 0 | 0.18 | 0.41 | 0.47 | 34.29 | 0.26 | 0.42 |
| Hex | 88 | 70 | 50 | 0 | 12 | 29 | 2F | 22 | 1A | 2A |
| Octal | 210 | 160 | 120 | 0 | 22 | 51 | 57 | 42 | 32 | 52 |
| Binary | 10001000 | 1110000 | 1010000 | 0 | 10010 | 101001 | 101111 | 100010 | 11010 | 101010 |
Color Harmonies of #887050
Complementary color
Monochromatic Colors of #887050
Black with #887050
Text Example
Text Example
White with #887050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887050; }
p { color: rgb(136,112,80); }
H1.HeaderClassName
{
color: #887050;
}
.AnyTagClassName
{
color: #887050;
}
</style>
background-color css
<style>
a { background-color: #887050; }
a { background-color: rgb(136,112,80); }
div.DivClassName
{
background-color: #887050;
}
.BgClassName
{
background-color: #887050;
}
</style>
border-color css
<style>
span { border-color: #887050; }
span { border-color: rgb(136,112,80); }
td.TdClassName
{
border-color: #887050;
}
.TagClassName
{
border-color: #887050;
}
</style>