Shades of Shadow #7C6C50
Tints of Shadow #7C6C50
RGB
CMYK
RGB Variations
Color information
#7C6C50 (or 0x7C6C50) is known color: Shadow. HEX triplet: 7C, 6C and 50. RGB value is (124,108,80). Sum of RGB (Red+Green+Blue) = 124+108+80=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6C50 is #8393AF. Grayscale: #6D6D6D. Windows color (decimal): -8623024 or 5270652. OLE color: 5270652.
HSL color Cylindrical-coordinate representation of color #7C6C50: hue angle of 38.18º 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 #7C6C50 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 108 | 80 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.51 |
| HSL | 38.18º | 0.22% | 0.4% | - |
| HSV(B) | 38.18º | 0.35% | 0.49% | - |
| XYZ | 15.12 | 15.59 | 9.8 | - |
| YUV | 109.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 108 | 80 | 0 | 0.13 | 0.35 | 0.51 | 38.18 | 0.22 | 0.4 |
| Hex | 7C | 6C | 50 | 0 | D | 23 | 33 | 26 | 16 | 28 |
| Octal | 174 | 154 | 120 | 0 | 15 | 43 | 63 | 46 | 26 | 50 |
| Binary | 1111100 | 1101100 | 1010000 | 0 | 1101 | 100011 | 110011 | 100110 | 10110 | 101000 |
Color Harmonies of #7C6C50
Complementary color
Monochromatic Colors of #7C6C50
Black with #7C6C50
Text Example
Text Example
White with #7C6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6C50; }
p { color: rgb(124,108,80); }
H1.HeaderClassName
{
color: #7C6C50;
}
.AnyTagClassName
{
color: #7C6C50;
}
</style>
background-color css
<style>
a { background-color: #7C6C50; }
a { background-color: rgb(124,108,80); }
div.DivClassName
{
background-color: #7C6C50;
}
.BgClassName
{
background-color: #7C6C50;
}
</style>
border-color css
<style>
span { border-color: #7C6C50; }
span { border-color: rgb(124,108,80); }
td.TdClassName
{
border-color: #7C6C50;
}
.TagClassName
{
border-color: #7C6C50;
}
</style>