Shades of Russett #7D6056
Tints of Russett #7D6056
RGB
CMYK
RGB Variations
Color information
#7D6056 (or 0x7D6056) is known color: Russett. HEX triplet: 7D, 60 and 56. RGB value is (125,96,86). Sum of RGB (Red+Green+Blue) = 125+96+86=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6056 is #829FA9. Grayscale: #676767. Windows color (decimal): -8560554 or 5660797. OLE color: 5660797.
HSL color Cylindrical-coordinate representation of color #7D6056: hue angle of 15.38º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D6056 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 86 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.51 |
| HSL | 15.38º | 0.18% | 0.41% | - |
| HSV(B) | 15.38º | 0.31% | 0.49% | - |
| XYZ | 14.32 | 13.4 | 10.64 | - |
| YUV | 103.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 86 | 0 | 0.23 | 0.31 | 0.51 | 15.38 | 0.18 | 0.41 |
| Hex | 7D | 60 | 56 | 0 | 17 | 1F | 33 | F | 12 | 29 |
| Octal | 175 | 140 | 126 | 0 | 27 | 37 | 63 | 17 | 22 | 51 |
| Binary | 1111101 | 1100000 | 1010110 | 0 | 10111 | 11111 | 110011 | 1111 | 10010 | 101001 |
Color Harmonies of #7D6056
Complementary color
Monochromatic Colors of #7D6056
Black with #7D6056
Text Example
Text Example
White with #7D6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6056; }
p { color: rgb(125,96,86); }
H1.HeaderClassName
{
color: #7D6056;
}
.AnyTagClassName
{
color: #7D6056;
}
</style>
background-color css
<style>
a { background-color: #7D6056; }
a { background-color: rgb(125,96,86); }
div.DivClassName
{
background-color: #7D6056;
}
.BgClassName
{
background-color: #7D6056;
}
</style>
border-color css
<style>
span { border-color: #7D6056; }
span { border-color: rgb(125,96,86); }
td.TdClassName
{
border-color: #7D6056;
}
.TagClassName
{
border-color: #7D6056;
}
</style>