Shades of Shadow #87784A
Tints of Shadow #87784A
RGB
CMYK
RGB Variations
Color information
#87784A (or 0x87784A) is known color: Shadow. HEX triplet: 87, 78 and 4A. RGB value is (135,120,74). Sum of RGB (Red+Green+Blue) = 135+120+74=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #87784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87784A is #7887B5. Grayscale: #777777. Windows color (decimal): -7899062 or 4880519. OLE color: 4880519.
HSL color Cylindrical-coordinate representation of color #87784A: hue angle of 45.25º 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 #87784A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 120 | 74 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.47 |
| HSL | 45.25º | 0.29% | 0.41% | - |
| HSV(B) | 45.25º | 0.45% | 0.53% | - |
| XYZ | 17.94 | 19.08 | 9.22 | - |
| YUV | 119.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 120 | 74 | 0 | 0.11 | 0.45 | 0.47 | 45.25 | 0.29 | 0.41 |
| Hex | 87 | 78 | 4A | 0 | B | 2D | 2F | 2D | 1D | 29 |
| Octal | 207 | 170 | 112 | 0 | 13 | 55 | 57 | 55 | 35 | 51 |
| Binary | 10000111 | 1111000 | 1001010 | 0 | 1011 | 101101 | 101111 | 101101 | 11101 | 101001 |
Color Harmonies of #87784A
Complementary color
Monochromatic Colors of #87784A
Black with #87784A
Text Example
Text Example
White with #87784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87784A; }
p { color: rgb(135,120,74); }
H1.HeaderClassName
{
color: #87784A;
}
.AnyTagClassName
{
color: #87784A;
}
</style>
background-color css
<style>
a { background-color: #87784A; }
a { background-color: rgb(135,120,74); }
div.DivClassName
{
background-color: #87784A;
}
.BgClassName
{
background-color: #87784A;
}
</style>
border-color css
<style>
span { border-color: #87784A; }
span { border-color: rgb(135,120,74); }
td.TdClassName
{
border-color: #87784A;
}
.TagClassName
{
border-color: #87784A;
}
</style>