Shades of Shadow #87754C
Tints of Shadow #87754C
RGB
CMYK
RGB Variations
Color information
#87754C (or 0x87754C) is known color: Shadow. HEX triplet: 87, 75 and 4C. RGB value is (135,117,76). Sum of RGB (Red+Green+Blue) = 135+117+76=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87754C is #788AB3. Grayscale: #757575. Windows color (decimal): -7899828 or 5010823. OLE color: 5010823.
HSL color Cylindrical-coordinate representation of color #87754C: hue angle of 41.69º 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 #87754C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 117 | 76 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.47 |
| HSL | 41.69º | 0.28% | 0.41% | - |
| HSV(B) | 41.69º | 0.44% | 0.53% | - |
| XYZ | 17.66 | 18.4 | 9.46 | - |
| YUV | 117.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 76 | 0 | 0.13 | 0.44 | 0.47 | 41.69 | 0.28 | 0.41 |
| Hex | 87 | 75 | 4C | 0 | D | 2C | 2F | 2A | 1C | 29 |
| Octal | 207 | 165 | 114 | 0 | 15 | 54 | 57 | 52 | 34 | 51 |
| Binary | 10000111 | 1110101 | 1001100 | 0 | 1101 | 101100 | 101111 | 101010 | 11100 | 101001 |
Color Harmonies of #87754C
Complementary color
Monochromatic Colors of #87754C
Black with #87754C
Text Example
Text Example
White with #87754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87754C; }
p { color: rgb(135,117,76); }
H1.HeaderClassName
{
color: #87754C;
}
.AnyTagClassName
{
color: #87754C;
}
</style>
background-color css
<style>
a { background-color: #87754C; }
a { background-color: rgb(135,117,76); }
div.DivClassName
{
background-color: #87754C;
}
.BgClassName
{
background-color: #87754C;
}
</style>
border-color css
<style>
span { border-color: #87754C; }
span { border-color: rgb(135,117,76); }
td.TdClassName
{
border-color: #87754C;
}
.TagClassName
{
border-color: #87754C;
}
</style>