Shades of Shadow #7C6E50
Tints of Shadow #7C6E50
RGB
CMYK
RGB Variations
Color information
#7C6E50 (or 0x7C6E50) is known color: Shadow. HEX triplet: 7C, 6E and 50. RGB value is (124,110,80). Sum of RGB (Red+Green+Blue) = 124+110+80=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6E50 is #8391AF. Grayscale: #6E6E6E. Windows color (decimal): -8622512 or 5271164. OLE color: 5271164.
HSL color Cylindrical-coordinate representation of color #7C6E50: hue angle of 40.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6E50 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 110 | 80 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.51 |
| HSL | 40.91º | 0.22% | 0.4% | - |
| HSV(B) | 40.91º | 0.35% | 0.49% | - |
| XYZ | 15.34 | 16.02 | 9.87 | - |
| YUV | 110.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 80 | 0 | 0.11 | 0.35 | 0.51 | 40.91 | 0.22 | 0.4 |
| Hex | 7C | 6E | 50 | 0 | B | 23 | 33 | 29 | 16 | 28 |
| Octal | 174 | 156 | 120 | 0 | 13 | 43 | 63 | 51 | 26 | 50 |
| Binary | 1111100 | 1101110 | 1010000 | 0 | 1011 | 100011 | 110011 | 101001 | 10110 | 101000 |
Color Harmonies of #7C6E50
Complementary color
Monochromatic Colors of #7C6E50
Black with #7C6E50
Text Example
Text Example
White with #7C6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6E50; }
p { color: rgb(124,110,80); }
H1.HeaderClassName
{
color: #7C6E50;
}
.AnyTagClassName
{
color: #7C6E50;
}
</style>
background-color css
<style>
a { background-color: #7C6E50; }
a { background-color: rgb(124,110,80); }
div.DivClassName
{
background-color: #7C6E50;
}
.BgClassName
{
background-color: #7C6E50;
}
</style>
border-color css
<style>
span { border-color: #7C6E50; }
span { border-color: rgb(124,110,80); }
td.TdClassName
{
border-color: #7C6E50;
}
.TagClassName
{
border-color: #7C6E50;
}
</style>