Shades of Shadow #87724C
Tints of Shadow #87724C
RGB
CMYK
RGB Variations
Color information
#87724C (or 0x87724C) is known color: Shadow. HEX triplet: 87, 72 and 4C. RGB value is (135,114,76). Sum of RGB (Red+Green+Blue) = 135+114+76=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87724C is #788DB3. Grayscale: #747474. Windows color (decimal): -7900596 or 5010055. OLE color: 5010055.
HSL color Cylindrical-coordinate representation of color #87724C: hue angle of 38.64º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87724C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 76 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.47 |
| HSL | 38.64º | 0.28% | 0.41% | - |
| HSV(B) | 38.64º | 0.44% | 0.53% | - |
| XYZ | 17.31 | 17.71 | 9.34 | - |
| YUV | 115.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 76 | 0 | 0.16 | 0.44 | 0.47 | 38.64 | 0.28 | 0.41 |
| Hex | 87 | 72 | 4C | 0 | 10 | 2C | 2F | 27 | 1C | 29 |
| Octal | 207 | 162 | 114 | 0 | 20 | 54 | 57 | 47 | 34 | 51 |
| Binary | 10000111 | 1110010 | 1001100 | 0 | 10000 | 101100 | 101111 | 100111 | 11100 | 101001 |
Color Harmonies of #87724C
Complementary color
Monochromatic Colors of #87724C
Black with #87724C
Text Example
Text Example
White with #87724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87724C; }
p { color: rgb(135,114,76); }
H1.HeaderClassName
{
color: #87724C;
}
.AnyTagClassName
{
color: #87724C;
}
</style>
background-color css
<style>
a { background-color: #87724C; }
a { background-color: rgb(135,114,76); }
div.DivClassName
{
background-color: #87724C;
}
.BgClassName
{
background-color: #87724C;
}
</style>
border-color css
<style>
span { border-color: #87724C; }
span { border-color: rgb(135,114,76); }
td.TdClassName
{
border-color: #87724C;
}
.TagClassName
{
border-color: #87724C;
}
</style>