Shades of Shadow #87764C
Tints of Shadow #87764C
RGB
CMYK
RGB Variations
Color information
#87764C (or 0x87764C) is known color: Shadow. HEX triplet: 87, 76 and 4C. RGB value is (135,118,76). Sum of RGB (Red+Green+Blue) = 135+118+76=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #87764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87764C is #7889B3. Grayscale: #767676. Windows color (decimal): -7899572 or 5011079. OLE color: 5011079.
HSL color Cylindrical-coordinate representation of color #87764C: hue angle of 42.71º 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 #87764C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 118 | 76 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.47 |
| HSL | 42.71º | 0.28% | 0.41% | - |
| HSV(B) | 42.71º | 0.44% | 0.53% | - |
| XYZ | 17.77 | 18.63 | 9.5 | - |
| YUV | 118.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 76 | 0 | 0.13 | 0.44 | 0.47 | 42.71 | 0.28 | 0.41 |
| Hex | 87 | 76 | 4C | 0 | D | 2C | 2F | 2B | 1C | 29 |
| Octal | 207 | 166 | 114 | 0 | 15 | 54 | 57 | 53 | 34 | 51 |
| Binary | 10000111 | 1110110 | 1001100 | 0 | 1101 | 101100 | 101111 | 101011 | 11100 | 101001 |
Color Harmonies of #87764C
Complementary color
Monochromatic Colors of #87764C
Black with #87764C
Text Example
Text Example
White with #87764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87764C; }
p { color: rgb(135,118,76); }
H1.HeaderClassName
{
color: #87764C;
}
.AnyTagClassName
{
color: #87764C;
}
</style>
background-color css
<style>
a { background-color: #87764C; }
a { background-color: rgb(135,118,76); }
div.DivClassName
{
background-color: #87764C;
}
.BgClassName
{
background-color: #87764C;
}
</style>
border-color css
<style>
span { border-color: #87764C; }
span { border-color: rgb(135,118,76); }
td.TdClassName
{
border-color: #87764C;
}
.TagClassName
{
border-color: #87764C;
}
</style>