Shades of Shadow #8C764A
Tints of Shadow #8C764A
RGB
CMYK
RGB Variations
Color information
#8C764A (or 0x8C764A) is known color: Shadow. HEX triplet: 8C, 76 and 4A. RGB value is (140,118,74). Sum of RGB (Red+Green+Blue) = 140+118+74=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C764A is #7389B5. Grayscale: #777777. Windows color (decimal): -7571894 or 4880012. OLE color: 4880012.
HSL color Cylindrical-coordinate representation of color #8C764A: hue angle of 40º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C764A is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 74 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.45 |
| HSL | 40º | 0.31% | 0.42% | - |
| HSV(B) | 40º | 0.47% | 0.55% | - |
| XYZ | 18.53 | 19.03 | 9.17 | - |
| YUV | 119.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 74 | 0 | 0.16 | 0.47 | 0.45 | 40 | 0.31 | 0.42 |
| Hex | 8C | 76 | 4A | 0 | 10 | 2F | 2D | 28 | 1F | 2A |
| Octal | 214 | 166 | 112 | 0 | 20 | 57 | 55 | 50 | 37 | 52 |
| Binary | 10001100 | 1110110 | 1001010 | 0 | 10000 | 101111 | 101101 | 101000 | 11111 | 101010 |
Color Harmonies of #8C764A
Complementary color
Monochromatic Colors of #8C764A
Black with #8C764A
Text Example
Text Example
White with #8C764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C764A; }
p { color: rgb(140,118,74); }
H1.HeaderClassName
{
color: #8C764A;
}
.AnyTagClassName
{
color: #8C764A;
}
</style>
background-color css
<style>
a { background-color: #8C764A; }
a { background-color: rgb(140,118,74); }
div.DivClassName
{
background-color: #8C764A;
}
.BgClassName
{
background-color: #8C764A;
}
</style>
border-color css
<style>
span { border-color: #8C764A; }
span { border-color: rgb(140,118,74); }
td.TdClassName
{
border-color: #8C764A;
}
.TagClassName
{
border-color: #8C764A;
}
</style>