Shades of Shadow #7E6D50
Tints of Shadow #7E6D50
RGB
CMYK
RGB Variations
Color information
#7E6D50 (or 0x7E6D50) is known color: Shadow. HEX triplet: 7E, 6D and 50. RGB value is (126,109,80). Sum of RGB (Red+Green+Blue) = 126+109+80=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D50 is #8192AF. Grayscale: #6E6E6E. Windows color (decimal): -8491696 or 5270910. OLE color: 5270910.
HSL color Cylindrical-coordinate representation of color #7E6D50: hue angle of 37.83º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E6D50 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 80 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.51 |
| HSL | 37.83º | 0.22% | 0.4% | - |
| HSV(B) | 37.83º | 0.37% | 0.49% | - |
| XYZ | 15.52 | 15.95 | 9.85 | - |
| YUV | 110.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 80 | 0 | 0.13 | 0.37 | 0.51 | 37.83 | 0.22 | 0.4 |
| Hex | 7E | 6D | 50 | 0 | D | 25 | 33 | 26 | 16 | 28 |
| Octal | 176 | 155 | 120 | 0 | 15 | 45 | 63 | 46 | 26 | 50 |
| Binary | 1111110 | 1101101 | 1010000 | 0 | 1101 | 100101 | 110011 | 100110 | 10110 | 101000 |
Color Harmonies of #7E6D50
Complementary color
Monochromatic Colors of #7E6D50
Black with #7E6D50
Text Example
Text Example
White with #7E6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D50; }
p { color: rgb(126,109,80); }
H1.HeaderClassName
{
color: #7E6D50;
}
.AnyTagClassName
{
color: #7E6D50;
}
</style>
background-color css
<style>
a { background-color: #7E6D50; }
a { background-color: rgb(126,109,80); }
div.DivClassName
{
background-color: #7E6D50;
}
.BgClassName
{
background-color: #7E6D50;
}
</style>
border-color css
<style>
span { border-color: #7E6D50; }
span { border-color: rgb(126,109,80); }
td.TdClassName
{
border-color: #7E6D50;
}
.TagClassName
{
border-color: #7E6D50;
}
</style>