Shades of Shadow #7D7053
Tints of Shadow #7D7053
RGB
CMYK
RGB Variations
Color information
#7D7053 (or 0x7D7053) is known color: Shadow. HEX triplet: 7D, 70 and 53. RGB value is (125,112,83). Sum of RGB (Red+Green+Blue) = 125+112+83=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7053 is #828FAC. Grayscale: #707070. Windows color (decimal): -8556461 or 5468285. OLE color: 5468285.
HSL color Cylindrical-coordinate representation of color #7D7053: hue angle of 41.43º degrees, saturation: 0.2, 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 #7D7053 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 83 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.51 |
| HSL | 41.43º | 0.2% | 0.41% | - |
| HSV(B) | 41.43º | 0.34% | 0.49% | - |
| XYZ | 15.81 | 16.57 | 10.55 | - |
| YUV | 112.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 83 | 0 | 0.10 | 0.34 | 0.51 | 41.43 | 0.2 | 0.41 |
| Hex | 7D | 70 | 53 | 0 | A | 22 | 33 | 29 | 14 | 29 |
| Octal | 175 | 160 | 123 | 0 | 12 | 42 | 63 | 51 | 24 | 51 |
| Binary | 1111101 | 1110000 | 1010011 | 0 | 1010 | 100010 | 110011 | 101001 | 10100 | 101001 |
Color Harmonies of #7D7053
Complementary color
Monochromatic Colors of #7D7053
Black with #7D7053
Text Example
Text Example
White with #7D7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7053; }
p { color: rgb(125,112,83); }
H1.HeaderClassName
{
color: #7D7053;
}
.AnyTagClassName
{
color: #7D7053;
}
</style>
background-color css
<style>
a { background-color: #7D7053; }
a { background-color: rgb(125,112,83); }
div.DivClassName
{
background-color: #7D7053;
}
.BgClassName
{
background-color: #7D7053;
}
</style>
border-color css
<style>
span { border-color: #7D7053; }
span { border-color: rgb(125,112,83); }
td.TdClassName
{
border-color: #7D7053;
}
.TagClassName
{
border-color: #7D7053;
}
</style>