Shades of Shadow #7C6B52
Tints of Shadow #7C6B52
RGB
CMYK
RGB Variations
Color information
#7C6B52 (or 0x7C6B52) is known color: Shadow. HEX triplet: 7C, 6B and 52. RGB value is (124,107,82). Sum of RGB (Red+Green+Blue) = 124+107+82=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B52 is #8394AD. Grayscale: #6D6D6D. Windows color (decimal): -8623278 or 5401468. OLE color: 5401468.
HSL color Cylindrical-coordinate representation of color #7C6B52: hue angle of 35.71º 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 #7C6B52 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 82 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.51 |
| HSL | 35.71º | 0.2% | 0.4% | - |
| HSV(B) | 35.71º | 0.34% | 0.49% | - |
| XYZ | 15.09 | 15.41 | 10.16 | - |
| YUV | 109.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 82 | 0 | 0.14 | 0.34 | 0.51 | 35.71 | 0.2 | 0.4 |
| Hex | 7C | 6B | 52 | 0 | E | 22 | 33 | 24 | 14 | 28 |
| Octal | 174 | 153 | 122 | 0 | 16 | 42 | 63 | 44 | 24 | 50 |
| Binary | 1111100 | 1101011 | 1010010 | 0 | 1110 | 100010 | 110011 | 100100 | 10100 | 101000 |
Color Harmonies of #7C6B52
Complementary color
Monochromatic Colors of #7C6B52
Black with #7C6B52
Text Example
Text Example
White with #7C6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B52; }
p { color: rgb(124,107,82); }
H1.HeaderClassName
{
color: #7C6B52;
}
.AnyTagClassName
{
color: #7C6B52;
}
</style>
background-color css
<style>
a { background-color: #7C6B52; }
a { background-color: rgb(124,107,82); }
div.DivClassName
{
background-color: #7C6B52;
}
.BgClassName
{
background-color: #7C6B52;
}
</style>
border-color css
<style>
span { border-color: #7C6B52; }
span { border-color: rgb(124,107,82); }
td.TdClassName
{
border-color: #7C6B52;
}
.TagClassName
{
border-color: #7C6B52;
}
</style>