Shades of Shadow #8D764B
Tints of Shadow #8D764B
RGB
CMYK
RGB Variations
Color information
#8D764B (or 0x8D764B) is known color: Shadow. HEX triplet: 8D, 76 and 4B. RGB value is (141,118,75). Sum of RGB (Red+Green+Blue) = 141+118+75=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D764B is #7289B4. Grayscale: #787878. Windows color (decimal): -7506357 or 4945549. OLE color: 4945549.
HSL color Cylindrical-coordinate representation of color #8D764B: hue angle of 39.09º 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 #8D764B is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 75 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.45 |
| HSL | 39.09º | 0.31% | 0.42% | - |
| HSV(B) | 39.09º | 0.47% | 0.55% | - |
| XYZ | 18.73 | 19.13 | 9.36 | - |
| YUV | 119.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 75 | 0 | 0.16 | 0.47 | 0.45 | 39.09 | 0.31 | 0.42 |
| Hex | 8D | 76 | 4B | 0 | 10 | 2F | 2D | 27 | 1F | 2A |
| Octal | 215 | 166 | 113 | 0 | 20 | 57 | 55 | 47 | 37 | 52 |
| Binary | 10001101 | 1110110 | 1001011 | 0 | 10000 | 101111 | 101101 | 100111 | 11111 | 101010 |
Color Harmonies of #8D764B
Complementary color
Monochromatic Colors of #8D764B
Black with #8D764B
Text Example
Text Example
White with #8D764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D764B; }
p { color: rgb(141,118,75); }
H1.HeaderClassName
{
color: #8D764B;
}
.AnyTagClassName
{
color: #8D764B;
}
</style>
background-color css
<style>
a { background-color: #8D764B; }
a { background-color: rgb(141,118,75); }
div.DivClassName
{
background-color: #8D764B;
}
.BgClassName
{
background-color: #8D764B;
}
</style>
border-color css
<style>
span { border-color: #8D764B; }
span { border-color: rgb(141,118,75); }
td.TdClassName
{
border-color: #8D764B;
}
.TagClassName
{
border-color: #8D764B;
}
</style>