Shades of Shadow #87764D
Tints of Shadow #87764D
RGB
CMYK
RGB Variations
Color information
#87764D (or 0x87764D) is known color: Shadow. HEX triplet: 87, 76 and 4D. RGB value is (135,118,77). Sum of RGB (Red+Green+Blue) = 135+118+77=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87764D is #7889B2. Grayscale: #767676. Windows color (decimal): -7899571 or 5076615. OLE color: 5076615.
HSL color Cylindrical-coordinate representation of color #87764D: hue angle of 42.41º 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 #87764D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 118 | 77 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.47 |
| HSL | 42.41º | 0.27% | 0.42% | - |
| HSV(B) | 42.41º | 0.43% | 0.53% | - |
| XYZ | 17.81 | 18.64 | 9.68 | - |
| YUV | 118.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 77 | 0 | 0.13 | 0.43 | 0.47 | 42.41 | 0.27 | 0.42 |
| Hex | 87 | 76 | 4D | 0 | D | 2B | 2F | 2A | 1B | 2A |
| Octal | 207 | 166 | 115 | 0 | 15 | 53 | 57 | 52 | 33 | 52 |
| Binary | 10000111 | 1110110 | 1001101 | 0 | 1101 | 101011 | 101111 | 101010 | 11011 | 101010 |
Color Harmonies of #87764D
Complementary color
Monochromatic Colors of #87764D
Black with #87764D
Text Example
Text Example
White with #87764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87764D; }
p { color: rgb(135,118,77); }
H1.HeaderClassName
{
color: #87764D;
}
.AnyTagClassName
{
color: #87764D;
}
</style>
background-color css
<style>
a { background-color: #87764D; }
a { background-color: rgb(135,118,77); }
div.DivClassName
{
background-color: #87764D;
}
.BgClassName
{
background-color: #87764D;
}
</style>
border-color css
<style>
span { border-color: #87764D; }
span { border-color: rgb(135,118,77); }
td.TdClassName
{
border-color: #87764D;
}
.TagClassName
{
border-color: #87764D;
}
</style>