Shades of Russett #7D6257
Tints of Russett #7D6257
RGB
CMYK
RGB Variations
Color information
#7D6257 (or 0x7D6257) is known color: Russett. HEX triplet: 7D, 62 and 57. RGB value is (125,98,87). Sum of RGB (Red+Green+Blue) = 125+98+87=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6257 is #829DA8. Grayscale: #686868. Windows color (decimal): -8560041 or 5726845. OLE color: 5726845.
HSL color Cylindrical-coordinate representation of color #7D6257: hue angle of 17.37º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6257 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 87 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.51 |
| HSL | 17.37º | 0.18% | 0.42% | - |
| HSV(B) | 17.37º | 0.3% | 0.49% | - |
| XYZ | 14.55 | 13.78 | 10.91 | - |
| YUV | 104.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 87 | 0 | 0.22 | 0.30 | 0.51 | 17.37 | 0.18 | 0.42 |
| Hex | 7D | 62 | 57 | 0 | 16 | 1E | 33 | 11 | 12 | 2A |
| Octal | 175 | 142 | 127 | 0 | 26 | 36 | 63 | 21 | 22 | 52 |
| Binary | 1111101 | 1100010 | 1010111 | 0 | 10110 | 11110 | 110011 | 10001 | 10010 | 101010 |
Color Harmonies of #7D6257
Complementary color
Monochromatic Colors of #7D6257
Black with #7D6257
Text Example
Text Example
White with #7D6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6257; }
p { color: rgb(125,98,87); }
H1.HeaderClassName
{
color: #7D6257;
}
.AnyTagClassName
{
color: #7D6257;
}
</style>
background-color css
<style>
a { background-color: #7D6257; }
a { background-color: rgb(125,98,87); }
div.DivClassName
{
background-color: #7D6257;
}
.BgClassName
{
background-color: #7D6257;
}
</style>
border-color css
<style>
span { border-color: #7D6257; }
span { border-color: rgb(125,98,87); }
td.TdClassName
{
border-color: #7D6257;
}
.TagClassName
{
border-color: #7D6257;
}
</style>