Shades of Shadow #87714D
Tints of Shadow #87714D
RGB
CMYK
RGB Variations
Color information
#87714D (or 0x87714D) is known color: Shadow. HEX triplet: 87, 71 and 4D. RGB value is (135,113,77). Sum of RGB (Red+Green+Blue) = 135+113+77=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87714D is #788EB2. Grayscale: #737373. Windows color (decimal): -7900851 or 5075335. OLE color: 5075335.
HSL color Cylindrical-coordinate representation of color #87714D: hue angle of 37.24º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87714D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 77 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.47 |
| HSL | 37.24º | 0.27% | 0.42% | - |
| HSV(B) | 37.24º | 0.43% | 0.53% | - |
| XYZ | 17.24 | 17.5 | 9.49 | - |
| YUV | 115.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 77 | 0 | 0.16 | 0.43 | 0.47 | 37.24 | 0.27 | 0.42 |
| Hex | 87 | 71 | 4D | 0 | 10 | 2B | 2F | 25 | 1B | 2A |
| Octal | 207 | 161 | 115 | 0 | 20 | 53 | 57 | 45 | 33 | 52 |
| Binary | 10000111 | 1110001 | 1001101 | 0 | 10000 | 101011 | 101111 | 100101 | 11011 | 101010 |
Color Harmonies of #87714D
Complementary color
Monochromatic Colors of #87714D
Black with #87714D
Text Example
Text Example
White with #87714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87714D; }
p { color: rgb(135,113,77); }
H1.HeaderClassName
{
color: #87714D;
}
.AnyTagClassName
{
color: #87714D;
}
</style>
background-color css
<style>
a { background-color: #87714D; }
a { background-color: rgb(135,113,77); }
div.DivClassName
{
background-color: #87714D;
}
.BgClassName
{
background-color: #87714D;
}
</style>
border-color css
<style>
span { border-color: #87714D; }
span { border-color: rgb(135,113,77); }
td.TdClassName
{
border-color: #87714D;
}
.TagClassName
{
border-color: #87714D;
}
</style>