Shades of Shadow #7D6E54
Tints of Shadow #7D6E54
RGB
CMYK
RGB Variations
Color information
#7D6E54 (or 0x7D6E54) is known color: Shadow. HEX triplet: 7D, 6E and 54. RGB value is (125,110,84). Sum of RGB (Red+Green+Blue) = 125+110+84=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E54 is #8291AB. Grayscale: #6F6F6F. Windows color (decimal): -8556972 or 5533309. OLE color: 5533309.
HSL color Cylindrical-coordinate representation of color #7D6E54: hue angle of 38.05º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D6E54 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 84 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.51 |
| HSL | 38.05º | 0.2% | 0.41% | - |
| HSV(B) | 38.05º | 0.33% | 0.49% | - |
| XYZ | 15.63 | 16.15 | 10.68 | - |
| YUV | 111.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 84 | 0 | 0.12 | 0.33 | 0.51 | 38.05 | 0.2 | 0.41 |
| Hex | 7D | 6E | 54 | 0 | C | 21 | 33 | 26 | 14 | 29 |
| Octal | 175 | 156 | 124 | 0 | 14 | 41 | 63 | 46 | 24 | 51 |
| Binary | 1111101 | 1101110 | 1010100 | 0 | 1100 | 100001 | 110011 | 100110 | 10100 | 101001 |
Color Harmonies of #7D6E54
Complementary color
Monochromatic Colors of #7D6E54
Black with #7D6E54
Text Example
Text Example
White with #7D6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E54; }
p { color: rgb(125,110,84); }
H1.HeaderClassName
{
color: #7D6E54;
}
.AnyTagClassName
{
color: #7D6E54;
}
</style>
background-color css
<style>
a { background-color: #7D6E54; }
a { background-color: rgb(125,110,84); }
div.DivClassName
{
background-color: #7D6E54;
}
.BgClassName
{
background-color: #7D6E54;
}
</style>
border-color css
<style>
span { border-color: #7D6E54; }
span { border-color: rgb(125,110,84); }
td.TdClassName
{
border-color: #7D6E54;
}
.TagClassName
{
border-color: #7D6E54;
}
</style>