Shades of Shadow #7D6F54
Tints of Shadow #7D6F54
RGB
CMYK
RGB Variations
Color information
#7D6F54 (or 0x7D6F54) is known color: Shadow. HEX triplet: 7D, 6F and 54. RGB value is (125,111,84). Sum of RGB (Red+Green+Blue) = 125+111+84=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F54 is #8290AB. Grayscale: #707070. Windows color (decimal): -8556716 or 5533565. OLE color: 5533565.
HSL color Cylindrical-coordinate representation of color #7D6F54: hue angle of 39.51º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D6F54 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 84 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.51 |
| HSL | 39.51º | 0.2% | 0.41% | - |
| HSV(B) | 39.51º | 0.33% | 0.49% | - |
| XYZ | 15.74 | 16.37 | 10.72 | - |
| YUV | 112.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 84 | 0 | 0.11 | 0.33 | 0.51 | 39.51 | 0.2 | 0.41 |
| Hex | 7D | 6F | 54 | 0 | B | 21 | 33 | 28 | 14 | 29 |
| Octal | 175 | 157 | 124 | 0 | 13 | 41 | 63 | 50 | 24 | 51 |
| Binary | 1111101 | 1101111 | 1010100 | 0 | 1011 | 100001 | 110011 | 101000 | 10100 | 101001 |
Color Harmonies of #7D6F54
Complementary color
Monochromatic Colors of #7D6F54
Black with #7D6F54
Text Example
Text Example
White with #7D6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F54; }
p { color: rgb(125,111,84); }
H1.HeaderClassName
{
color: #7D6F54;
}
.AnyTagClassName
{
color: #7D6F54;
}
</style>
background-color css
<style>
a { background-color: #7D6F54; }
a { background-color: rgb(125,111,84); }
div.DivClassName
{
background-color: #7D6F54;
}
.BgClassName
{
background-color: #7D6F54;
}
</style>
border-color css
<style>
span { border-color: #7D6F54; }
span { border-color: rgb(125,111,84); }
td.TdClassName
{
border-color: #7D6F54;
}
.TagClassName
{
border-color: #7D6F54;
}
</style>