Shades of Russett #7D6059
Tints of Russett #7D6059
RGB
CMYK
RGB Variations
Color information
#7D6059 (or 0x7D6059) is known color: Russett. HEX triplet: 7D, 60 and 59. RGB value is (125,96,89). Sum of RGB (Red+Green+Blue) = 125+96+89=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6059 is #829FA6. Grayscale: #676767. Windows color (decimal): -8560551 or 5857405. OLE color: 5857405.
HSL color Cylindrical-coordinate representation of color #7D6059: hue angle of 11.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D6059 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 89 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.51 |
| HSL | 11.67º | 0.17% | 0.42% | - |
| HSV(B) | 11.67º | 0.29% | 0.49% | - |
| XYZ | 14.44 | 13.45 | 11.29 | - |
| YUV | 103.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 89 | 0 | 0.23 | 0.29 | 0.51 | 11.67 | 0.17 | 0.42 |
| Hex | 7D | 60 | 59 | 0 | 17 | 1D | 33 | C | 11 | 2A |
| Octal | 175 | 140 | 131 | 0 | 27 | 35 | 63 | 14 | 21 | 52 |
| Binary | 1111101 | 1100000 | 1011001 | 0 | 10111 | 11101 | 110011 | 1100 | 10001 | 101010 |
Color Harmonies of #7D6059
Complementary color
Monochromatic Colors of #7D6059
Black with #7D6059
Text Example
Text Example
White with #7D6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6059; }
p { color: rgb(125,96,89); }
H1.HeaderClassName
{
color: #7D6059;
}
.AnyTagClassName
{
color: #7D6059;
}
</style>
background-color css
<style>
a { background-color: #7D6059; }
a { background-color: rgb(125,96,89); }
div.DivClassName
{
background-color: #7D6059;
}
.BgClassName
{
background-color: #7D6059;
}
</style>
border-color css
<style>
span { border-color: #7D6059; }
span { border-color: rgb(125,96,89); }
td.TdClassName
{
border-color: #7D6059;
}
.TagClassName
{
border-color: #7D6059;
}
</style>