Shades of Shadow #8C7A47
Tints of Shadow #8C7A47
RGB
CMYK
RGB Variations
Color information
#8C7A47 (or 0x8C7A47) is known color: Shadow. HEX triplet: 8C, 7A and 47. RGB value is (140,122,71). Sum of RGB (Red+Green+Blue) = 140+122+71=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7A47 is #7385B8. Grayscale: #797979. Windows color (decimal): -7570873 or 4684428. OLE color: 4684428.
HSL color Cylindrical-coordinate representation of color #8C7A47: hue angle of 44.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C7A47 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 71 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.45 |
| HSL | 44.35º | 0.33% | 0.41% | - |
| HSV(B) | 44.35º | 0.49% | 0.55% | - |
| XYZ | 18.91 | 19.95 | 8.82 | - |
| YUV | 121.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 71 | 0 | 0.13 | 0.49 | 0.45 | 44.35 | 0.33 | 0.41 |
| Hex | 8C | 7A | 47 | 0 | D | 31 | 2D | 2C | 21 | 29 |
| Octal | 214 | 172 | 107 | 0 | 15 | 61 | 55 | 54 | 41 | 51 |
| Binary | 10001100 | 1111010 | 1000111 | 0 | 1101 | 110001 | 101101 | 101100 | 100001 | 101001 |
Color Harmonies of #8C7A47
Complementary color
Monochromatic Colors of #8C7A47
Black with #8C7A47
Text Example
Text Example
White with #8C7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A47; }
p { color: rgb(140,122,71); }
H1.HeaderClassName
{
color: #8C7A47;
}
.AnyTagClassName
{
color: #8C7A47;
}
</style>
background-color css
<style>
a { background-color: #8C7A47; }
a { background-color: rgb(140,122,71); }
div.DivClassName
{
background-color: #8C7A47;
}
.BgClassName
{
background-color: #8C7A47;
}
</style>
border-color css
<style>
span { border-color: #8C7A47; }
span { border-color: rgb(140,122,71); }
td.TdClassName
{
border-color: #8C7A47;
}
.TagClassName
{
border-color: #8C7A47;
}
</style>