Shades of Shadow #7E6C4D
Tints of Shadow #7E6C4D
RGB
CMYK
RGB Variations
Color information
#7E6C4D (or 0x7E6C4D) is known color: Shadow. HEX triplet: 7E, 6C and 4D. RGB value is (126,108,77). Sum of RGB (Red+Green+Blue) = 126+108+77=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6C4D is #8193B2. Grayscale: #6D6D6D. Windows color (decimal): -8491955 or 5074046. OLE color: 5074046.
HSL color Cylindrical-coordinate representation of color #7E6C4D: hue angle of 37.96º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E6C4D is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 108 | 77 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.51 |
| HSL | 37.96º | 0.24% | 0.4% | - |
| HSV(B) | 37.96º | 0.39% | 0.49% | - |
| XYZ | 15.31 | 15.7 | 9.24 | - |
| YUV | 109.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 77 | 0 | 0.14 | 0.39 | 0.51 | 37.96 | 0.24 | 0.4 |
| Hex | 7E | 6C | 4D | 0 | E | 27 | 33 | 26 | 18 | 28 |
| Octal | 176 | 154 | 115 | 0 | 16 | 47 | 63 | 46 | 30 | 50 |
| Binary | 1111110 | 1101100 | 1001101 | 0 | 1110 | 100111 | 110011 | 100110 | 11000 | 101000 |
Color Harmonies of #7E6C4D
Complementary color
Monochromatic Colors of #7E6C4D
Black with #7E6C4D
Text Example
Text Example
White with #7E6C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6C4D; }
p { color: rgb(126,108,77); }
H1.HeaderClassName
{
color: #7E6C4D;
}
.AnyTagClassName
{
color: #7E6C4D;
}
</style>
background-color css
<style>
a { background-color: #7E6C4D; }
a { background-color: rgb(126,108,77); }
div.DivClassName
{
background-color: #7E6C4D;
}
.BgClassName
{
background-color: #7E6C4D;
}
</style>
border-color css
<style>
span { border-color: #7E6C4D; }
span { border-color: rgb(126,108,77); }
td.TdClassName
{
border-color: #7E6C4D;
}
.TagClassName
{
border-color: #7E6C4D;
}
</style>