Shades of Shadow #7C6D52
Tints of Shadow #7C6D52
RGB
CMYK
RGB Variations
Color information
#7C6D52 (or 0x7C6D52) is known color: Shadow. HEX triplet: 7C, 6D and 52. RGB value is (124,109,82). Sum of RGB (Red+Green+Blue) = 124+109+82=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D52 is #8392AD. Grayscale: #6E6E6E. Windows color (decimal): -8622766 or 5401980. OLE color: 5401980.
HSL color Cylindrical-coordinate representation of color #7C6D52: hue angle of 38.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C6D52 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 82 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.51 |
| HSL | 38.57º | 0.2% | 0.4% | - |
| HSV(B) | 38.57º | 0.34% | 0.49% | - |
| XYZ | 15.3 | 15.83 | 10.23 | - |
| YUV | 110.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 82 | 0 | 0.12 | 0.34 | 0.51 | 38.57 | 0.2 | 0.4 |
| Hex | 7C | 6D | 52 | 0 | C | 22 | 33 | 27 | 14 | 28 |
| Octal | 174 | 155 | 122 | 0 | 14 | 42 | 63 | 47 | 24 | 50 |
| Binary | 1111100 | 1101101 | 1010010 | 0 | 1100 | 100010 | 110011 | 100111 | 10100 | 101000 |
Color Harmonies of #7C6D52
Complementary color
Monochromatic Colors of #7C6D52
Black with #7C6D52
Text Example
Text Example
White with #7C6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D52; }
p { color: rgb(124,109,82); }
H1.HeaderClassName
{
color: #7C6D52;
}
.AnyTagClassName
{
color: #7C6D52;
}
</style>
background-color css
<style>
a { background-color: #7C6D52; }
a { background-color: rgb(124,109,82); }
div.DivClassName
{
background-color: #7C6D52;
}
.BgClassName
{
background-color: #7C6D52;
}
</style>
border-color css
<style>
span { border-color: #7C6D52; }
span { border-color: rgb(124,109,82); }
td.TdClassName
{
border-color: #7C6D52;
}
.TagClassName
{
border-color: #7C6D52;
}
</style>