Shades of Shadow #7C6D50
Tints of Shadow #7C6D50
RGB
CMYK
RGB Variations
Color information
#7C6D50 (or 0x7C6D50) is known color: Shadow. HEX triplet: 7C, 6D and 50. RGB value is (124,109,80). Sum of RGB (Red+Green+Blue) = 124+109+80=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D50 is #8392AF. Grayscale: #6E6E6E. Windows color (decimal): -8622768 or 5270908. OLE color: 5270908.
HSL color Cylindrical-coordinate representation of color #7C6D50: hue angle of 39.55º 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 #7C6D50 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 80 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.51 |
| HSL | 39.55º | 0.22% | 0.4% | - |
| HSV(B) | 39.55º | 0.35% | 0.49% | - |
| XYZ | 15.23 | 15.8 | 9.84 | - |
| YUV | 110.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 80 | 0 | 0.12 | 0.35 | 0.51 | 39.55 | 0.22 | 0.4 |
| Hex | 7C | 6D | 50 | 0 | C | 23 | 33 | 28 | 16 | 28 |
| Octal | 174 | 155 | 120 | 0 | 14 | 43 | 63 | 50 | 26 | 50 |
| Binary | 1111100 | 1101101 | 1010000 | 0 | 1100 | 100011 | 110011 | 101000 | 10110 | 101000 |
Color Harmonies of #7C6D50
Complementary color
Monochromatic Colors of #7C6D50
Black with #7C6D50
Text Example
Text Example
White with #7C6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D50; }
p { color: rgb(124,109,80); }
H1.HeaderClassName
{
color: #7C6D50;
}
.AnyTagClassName
{
color: #7C6D50;
}
</style>
background-color css
<style>
a { background-color: #7C6D50; }
a { background-color: rgb(124,109,80); }
div.DivClassName
{
background-color: #7C6D50;
}
.BgClassName
{
background-color: #7C6D50;
}
</style>
border-color css
<style>
span { border-color: #7C6D50; }
span { border-color: rgb(124,109,80); }
td.TdClassName
{
border-color: #7C6D50;
}
.TagClassName
{
border-color: #7C6D50;
}
</style>