Shades of Shadow #7D6B52
Tints of Shadow #7D6B52
RGB
CMYK
RGB Variations
Color information
#7D6B52 (or 0x7D6B52) is known color: Shadow. HEX triplet: 7D, 6B and 52. RGB value is (125,107,82). Sum of RGB (Red+Green+Blue) = 125+107+82=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B52 is #8294AD. Grayscale: #6D6D6D. Windows color (decimal): -8557742 or 5401469. OLE color: 5401469.
HSL color Cylindrical-coordinate representation of color #7D6B52: hue angle of 34.88º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D6B52 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 107 | 82 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.51 |
| HSL | 34.88º | 0.21% | 0.41% | - |
| HSV(B) | 34.88º | 0.34% | 0.49% | - |
| XYZ | 15.24 | 15.48 | 10.17 | - |
| YUV | 109.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 82 | 0 | 0.14 | 0.34 | 0.51 | 34.88 | 0.21 | 0.41 |
| Hex | 7D | 6B | 52 | 0 | E | 22 | 33 | 23 | 15 | 29 |
| Octal | 175 | 153 | 122 | 0 | 16 | 42 | 63 | 43 | 25 | 51 |
| Binary | 1111101 | 1101011 | 1010010 | 0 | 1110 | 100010 | 110011 | 100011 | 10101 | 101001 |
Color Harmonies of #7D6B52
Complementary color
Monochromatic Colors of #7D6B52
Black with #7D6B52
Text Example
Text Example
White with #7D6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B52; }
p { color: rgb(125,107,82); }
H1.HeaderClassName
{
color: #7D6B52;
}
.AnyTagClassName
{
color: #7D6B52;
}
</style>
background-color css
<style>
a { background-color: #7D6B52; }
a { background-color: rgb(125,107,82); }
div.DivClassName
{
background-color: #7D6B52;
}
.BgClassName
{
background-color: #7D6B52;
}
</style>
border-color css
<style>
span { border-color: #7D6B52; }
span { border-color: rgb(125,107,82); }
td.TdClassName
{
border-color: #7D6B52;
}
.TagClassName
{
border-color: #7D6B52;
}
</style>