Shades of Shadow #87724A
Tints of Shadow #87724A
RGB
CMYK
RGB Variations
Color information
#87724A (or 0x87724A) is known color: Shadow. HEX triplet: 87, 72 and 4A. RGB value is (135,114,74). Sum of RGB (Red+Green+Blue) = 135+114+74=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87724A is #788DB5. Grayscale: #737373. Windows color (decimal): -7900598 or 4878983. OLE color: 4878983.
HSL color Cylindrical-coordinate representation of color #87724A: hue angle of 39.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87724A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 74 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.47 |
| HSL | 39.34º | 0.29% | 0.41% | - |
| HSV(B) | 39.34º | 0.45% | 0.53% | - |
| XYZ | 17.25 | 17.68 | 8.98 | - |
| YUV | 115.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 74 | 0 | 0.16 | 0.45 | 0.47 | 39.34 | 0.29 | 0.41 |
| Hex | 87 | 72 | 4A | 0 | 10 | 2D | 2F | 27 | 1D | 29 |
| Octal | 207 | 162 | 112 | 0 | 20 | 55 | 57 | 47 | 35 | 51 |
| Binary | 10000111 | 1110010 | 1001010 | 0 | 10000 | 101101 | 101111 | 100111 | 11101 | 101001 |
Color Harmonies of #87724A
Complementary color
Monochromatic Colors of #87724A
Black with #87724A
Text Example
Text Example
White with #87724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87724A; }
p { color: rgb(135,114,74); }
H1.HeaderClassName
{
color: #87724A;
}
.AnyTagClassName
{
color: #87724A;
}
</style>
background-color css
<style>
a { background-color: #87724A; }
a { background-color: rgb(135,114,74); }
div.DivClassName
{
background-color: #87724A;
}
.BgClassName
{
background-color: #87724A;
}
</style>
border-color css
<style>
span { border-color: #87724A; }
span { border-color: rgb(135,114,74); }
td.TdClassName
{
border-color: #87724A;
}
.TagClassName
{
border-color: #87724A;
}
</style>