Shades of Russett #7D6156
Tints of Russett #7D6156
RGB
CMYK
RGB Variations
Color information
#7D6156 (or 0x7D6156) is known color: Russett. HEX triplet: 7D, 61 and 56. RGB value is (125,97,86). Sum of RGB (Red+Green+Blue) = 125+97+86=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6156 is #829EA9. Grayscale: #686868. Windows color (decimal): -8560298 or 5661053. OLE color: 5661053.
HSL color Cylindrical-coordinate representation of color #7D6156: hue angle of 16.92º 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 #7D6156 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 86 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.51 |
| HSL | 16.92º | 0.18% | 0.41% | - |
| HSV(B) | 16.92º | 0.31% | 0.49% | - |
| XYZ | 14.41 | 13.58 | 10.67 | - |
| YUV | 104.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 86 | 0 | 0.22 | 0.31 | 0.51 | 16.92 | 0.18 | 0.41 |
| Hex | 7D | 61 | 56 | 0 | 16 | 1F | 33 | 11 | 12 | 29 |
| Octal | 175 | 141 | 126 | 0 | 26 | 37 | 63 | 21 | 22 | 51 |
| Binary | 1111101 | 1100001 | 1010110 | 0 | 10110 | 11111 | 110011 | 10001 | 10010 | 101001 |
Color Harmonies of #7D6156
Complementary color
Monochromatic Colors of #7D6156
Black with #7D6156
Text Example
Text Example
White with #7D6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6156; }
p { color: rgb(125,97,86); }
H1.HeaderClassName
{
color: #7D6156;
}
.AnyTagClassName
{
color: #7D6156;
}
</style>
background-color css
<style>
a { background-color: #7D6156; }
a { background-color: rgb(125,97,86); }
div.DivClassName
{
background-color: #7D6156;
}
.BgClassName
{
background-color: #7D6156;
}
</style>
border-color css
<style>
span { border-color: #7D6156; }
span { border-color: rgb(125,97,86); }
td.TdClassName
{
border-color: #7D6156;
}
.TagClassName
{
border-color: #7D6156;
}
</style>