Shades of Shadow #8D794D
Tints of Shadow #8D794D
RGB
CMYK
RGB Variations
Color information
#8D794D (or 0x8D794D) is known color: Shadow. HEX triplet: 8D, 79 and 4D. RGB value is (141,121,77). Sum of RGB (Red+Green+Blue) = 141+121+77=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D794D is #7286B2. Grayscale: #7A7A7A. Windows color (decimal): -7505587 or 5077389. OLE color: 5077389.
HSL color Cylindrical-coordinate representation of color #8D794D: hue angle of 41.25º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D794D is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 77 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.45 |
| HSL | 41.25º | 0.29% | 0.43% | - |
| HSV(B) | 41.25º | 0.45% | 0.55% | - |
| XYZ | 19.16 | 19.87 | 9.85 | - |
| YUV | 121.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 77 | 0 | 0.14 | 0.45 | 0.45 | 41.25 | 0.29 | 0.43 |
| Hex | 8D | 79 | 4D | 0 | E | 2D | 2D | 29 | 1D | 2B |
| Octal | 215 | 171 | 115 | 0 | 16 | 55 | 55 | 51 | 35 | 53 |
| Binary | 10001101 | 1111001 | 1001101 | 0 | 1110 | 101101 | 101101 | 101001 | 11101 | 101011 |
Color Harmonies of #8D794D
Complementary color
Monochromatic Colors of #8D794D
Black with #8D794D
Text Example
Text Example
White with #8D794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D794D; }
p { color: rgb(141,121,77); }
H1.HeaderClassName
{
color: #8D794D;
}
.AnyTagClassName
{
color: #8D794D;
}
</style>
background-color css
<style>
a { background-color: #8D794D; }
a { background-color: rgb(141,121,77); }
div.DivClassName
{
background-color: #8D794D;
}
.BgClassName
{
background-color: #8D794D;
}
</style>
border-color css
<style>
span { border-color: #8D794D; }
span { border-color: rgb(141,121,77); }
td.TdClassName
{
border-color: #8D794D;
}
.TagClassName
{
border-color: #8D794D;
}
</style>