Shades of Shadow #7D7052
Tints of Shadow #7D7052
RGB
CMYK
RGB Variations
Color information
#7D7052 (or 0x7D7052) is known color: Shadow. HEX triplet: 7D, 70 and 52. RGB value is (125,112,82). Sum of RGB (Red+Green+Blue) = 125+112+82=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7052 is #828FAD. Grayscale: #707070. Windows color (decimal): -8556462 or 5402749. OLE color: 5402749.
HSL color Cylindrical-coordinate representation of color #7D7052: hue angle of 41.86º 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 #7D7052 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 82 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.51 |
| HSL | 41.86º | 0.21% | 0.41% | - |
| HSV(B) | 41.86º | 0.34% | 0.49% | - |
| XYZ | 15.77 | 16.56 | 10.35 | - |
| YUV | 112.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 82 | 0 | 0.10 | 0.34 | 0.51 | 41.86 | 0.21 | 0.41 |
| Hex | 7D | 70 | 52 | 0 | A | 22 | 33 | 2A | 15 | 29 |
| Octal | 175 | 160 | 122 | 0 | 12 | 42 | 63 | 52 | 25 | 51 |
| Binary | 1111101 | 1110000 | 1010010 | 0 | 1010 | 100010 | 110011 | 101010 | 10101 | 101001 |
Color Harmonies of #7D7052
Complementary color
Monochromatic Colors of #7D7052
Black with #7D7052
Text Example
Text Example
White with #7D7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7052; }
p { color: rgb(125,112,82); }
H1.HeaderClassName
{
color: #7D7052;
}
.AnyTagClassName
{
color: #7D7052;
}
</style>
background-color css
<style>
a { background-color: #7D7052; }
a { background-color: rgb(125,112,82); }
div.DivClassName
{
background-color: #7D7052;
}
.BgClassName
{
background-color: #7D7052;
}
</style>
border-color css
<style>
span { border-color: #7D7052; }
span { border-color: rgb(125,112,82); }
td.TdClassName
{
border-color: #7D7052;
}
.TagClassName
{
border-color: #7D7052;
}
</style>