Shades of Shadow #7C6748
Tints of Shadow #7C6748
RGB
CMYK
RGB Variations
Color information
#7C6748 (or 0x7C6748) is known color: Shadow. HEX triplet: 7C, 67 and 48. RGB value is (124,103,72). Sum of RGB (Red+Green+Blue) = 124+103+72=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6748 is #8398B7. Grayscale: #696969. Windows color (decimal): -8624312 or 4745084. OLE color: 4745084.
HSL color Cylindrical-coordinate representation of color #7C6748: hue angle of 35.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C6748 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 72 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.51 |
| HSL | 35.77º | 0.27% | 0.38% | - |
| HSV(B) | 35.77º | 0.42% | 0.49% | - |
| XYZ | 14.33 | 14.45 | 8.17 | - |
| YUV | 105.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 72 | 0 | 0.17 | 0.42 | 0.51 | 35.77 | 0.27 | 0.38 |
| Hex | 7C | 67 | 48 | 0 | 11 | 2A | 33 | 24 | 1B | 26 |
| Octal | 174 | 147 | 110 | 0 | 21 | 52 | 63 | 44 | 33 | 46 |
| Binary | 1111100 | 1100111 | 1001000 | 0 | 10001 | 101010 | 110011 | 100100 | 11011 | 100110 |
Color Harmonies of #7C6748
Complementary color
Monochromatic Colors of #7C6748
Black with #7C6748
Text Example
Text Example
White with #7C6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6748; }
p { color: rgb(124,103,72); }
H1.HeaderClassName
{
color: #7C6748;
}
.AnyTagClassName
{
color: #7C6748;
}
</style>
background-color css
<style>
a { background-color: #7C6748; }
a { background-color: rgb(124,103,72); }
div.DivClassName
{
background-color: #7C6748;
}
.BgClassName
{
background-color: #7C6748;
}
</style>
border-color css
<style>
span { border-color: #7C6748; }
span { border-color: rgb(124,103,72); }
td.TdClassName
{
border-color: #7C6748;
}
.TagClassName
{
border-color: #7C6748;
}
</style>