Shades of Shadow #8C7652
Tints of Shadow #8C7652
RGB
CMYK
RGB Variations
Color information
#8C7652 (or 0x8C7652) is known color: Shadow. HEX triplet: 8C, 76 and 52. RGB value is (140,118,82). Sum of RGB (Red+Green+Blue) = 140+118+82=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7652 is #7389AD. Grayscale: #787878. Windows color (decimal): -7571886 or 5404300. OLE color: 5404300.
HSL color Cylindrical-coordinate representation of color #8C7652: hue angle of 37.24º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7652 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 82 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.45 |
| HSL | 37.24º | 0.26% | 0.44% | - |
| HSV(B) | 37.24º | 0.41% | 0.55% | - |
| XYZ | 18.82 | 19.14 | 10.69 | - |
| YUV | 120.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 82 | 0 | 0.16 | 0.41 | 0.45 | 37.24 | 0.26 | 0.44 |
| Hex | 8C | 76 | 52 | 0 | 10 | 29 | 2D | 25 | 1A | 2C |
| Octal | 214 | 166 | 122 | 0 | 20 | 51 | 55 | 45 | 32 | 54 |
| Binary | 10001100 | 1110110 | 1010010 | 0 | 10000 | 101001 | 101101 | 100101 | 11010 | 101100 |
Color Harmonies of #8C7652
Complementary color
Monochromatic Colors of #8C7652
Black with #8C7652
Text Example
Text Example
White with #8C7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7652; }
p { color: rgb(140,118,82); }
H1.HeaderClassName
{
color: #8C7652;
}
.AnyTagClassName
{
color: #8C7652;
}
</style>
background-color css
<style>
a { background-color: #8C7652; }
a { background-color: rgb(140,118,82); }
div.DivClassName
{
background-color: #8C7652;
}
.BgClassName
{
background-color: #8C7652;
}
</style>
border-color css
<style>
span { border-color: #8C7652; }
span { border-color: rgb(140,118,82); }
td.TdClassName
{
border-color: #8C7652;
}
.TagClassName
{
border-color: #8C7652;
}
</style>