Shades of Shadow #8D784C
Tints of Shadow #8D784C
RGB
CMYK
RGB Variations
Color information
#8D784C (or 0x8D784C) is known color: Shadow. HEX triplet: 8D, 78 and 4C. RGB value is (141,120,76). Sum of RGB (Red+Green+Blue) = 141+120+76=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D784C is #7287B3. Grayscale: #797979. Windows color (decimal): -7505844 or 5011597. OLE color: 5011597.
HSL color Cylindrical-coordinate representation of color #8D784C: hue angle of 40.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D784C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 76 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.45 |
| HSL | 40.62º | 0.3% | 0.43% | - |
| HSV(B) | 40.62º | 0.46% | 0.55% | - |
| XYZ | 19.01 | 19.62 | 9.62 | - |
| YUV | 121.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 76 | 0 | 0.15 | 0.46 | 0.45 | 40.62 | 0.3 | 0.43 |
| Hex | 8D | 78 | 4C | 0 | F | 2E | 2D | 29 | 1E | 2B |
| Octal | 215 | 170 | 114 | 0 | 17 | 56 | 55 | 51 | 36 | 53 |
| Binary | 10001101 | 1111000 | 1001100 | 0 | 1111 | 101110 | 101101 | 101001 | 11110 | 101011 |
Color Harmonies of #8D784C
Complementary color
Monochromatic Colors of #8D784C
Black with #8D784C
Text Example
Text Example
White with #8D784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D784C; }
p { color: rgb(141,120,76); }
H1.HeaderClassName
{
color: #8D784C;
}
.AnyTagClassName
{
color: #8D784C;
}
</style>
background-color css
<style>
a { background-color: #8D784C; }
a { background-color: rgb(141,120,76); }
div.DivClassName
{
background-color: #8D784C;
}
.BgClassName
{
background-color: #8D784C;
}
</style>
border-color css
<style>
span { border-color: #8D784C; }
span { border-color: rgb(141,120,76); }
td.TdClassName
{
border-color: #8D784C;
}
.TagClassName
{
border-color: #8D784C;
}
</style>