Shades of Shadow #7C6B53
Tints of Shadow #7C6B53
RGB
CMYK
RGB Variations
Color information
#7C6B53 (or 0x7C6B53) is known color: Shadow. HEX triplet: 7C, 6B and 53. RGB value is (124,107,83). Sum of RGB (Red+Green+Blue) = 124+107+83=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B53 is #8394AC. Grayscale: #6D6D6D. Windows color (decimal): -8623277 or 5467004. OLE color: 5467004.
HSL color Cylindrical-coordinate representation of color #7C6B53: hue angle of 35.12º 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 #7C6B53 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 83 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.51 |
| HSL | 35.12º | 0.2% | 0.41% | - |
| HSV(B) | 35.12º | 0.33% | 0.49% | - |
| XYZ | 15.13 | 15.43 | 10.36 | - |
| YUV | 109.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 83 | 0 | 0.14 | 0.33 | 0.51 | 35.12 | 0.2 | 0.41 |
| Hex | 7C | 6B | 53 | 0 | E | 21 | 33 | 23 | 14 | 29 |
| Octal | 174 | 153 | 123 | 0 | 16 | 41 | 63 | 43 | 24 | 51 |
| Binary | 1111100 | 1101011 | 1010011 | 0 | 1110 | 100001 | 110011 | 100011 | 10100 | 101001 |
Color Harmonies of #7C6B53
Complementary color
Monochromatic Colors of #7C6B53
Black with #7C6B53
Text Example
Text Example
White with #7C6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B53; }
p { color: rgb(124,107,83); }
H1.HeaderClassName
{
color: #7C6B53;
}
.AnyTagClassName
{
color: #7C6B53;
}
</style>
background-color css
<style>
a { background-color: #7C6B53; }
a { background-color: rgb(124,107,83); }
div.DivClassName
{
background-color: #7C6B53;
}
.BgClassName
{
background-color: #7C6B53;
}
</style>
border-color css
<style>
span { border-color: #7C6B53; }
span { border-color: rgb(124,107,83); }
td.TdClassName
{
border-color: #7C6B53;
}
.TagClassName
{
border-color: #7C6B53;
}
</style>