Shades of Russett #7D6053
Tints of Russett #7D6053
RGB
CMYK
RGB Variations
Color information
#7D6053 (or 0x7D6053) is known color: Russett. HEX triplet: 7D, 60 and 53. RGB value is (125,96,83). Sum of RGB (Red+Green+Blue) = 125+96+83=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6053 is #829FAC. Grayscale: #676767. Windows color (decimal): -8560557 or 5464189. OLE color: 5464189.
HSL color Cylindrical-coordinate representation of color #7D6053: hue angle of 18.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D6053 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 83 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.51 |
| HSL | 18.57º | 0.2% | 0.41% | - |
| HSV(B) | 18.57º | 0.34% | 0.49% | - |
| XYZ | 14.2 | 13.35 | 10.01 | - |
| YUV | 103.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 83 | 0 | 0.23 | 0.34 | 0.51 | 18.57 | 0.2 | 0.41 |
| Hex | 7D | 60 | 53 | 0 | 17 | 22 | 33 | 13 | 14 | 29 |
| Octal | 175 | 140 | 123 | 0 | 27 | 42 | 63 | 23 | 24 | 51 |
| Binary | 1111101 | 1100000 | 1010011 | 0 | 10111 | 100010 | 110011 | 10011 | 10100 | 101001 |
Color Harmonies of #7D6053
Complementary color
Monochromatic Colors of #7D6053
Black with #7D6053
Text Example
Text Example
White with #7D6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6053; }
p { color: rgb(125,96,83); }
H1.HeaderClassName
{
color: #7D6053;
}
.AnyTagClassName
{
color: #7D6053;
}
</style>
background-color css
<style>
a { background-color: #7D6053; }
a { background-color: rgb(125,96,83); }
div.DivClassName
{
background-color: #7D6053;
}
.BgClassName
{
background-color: #7D6053;
}
</style>
border-color css
<style>
span { border-color: #7D6053; }
span { border-color: rgb(125,96,83); }
td.TdClassName
{
border-color: #7D6053;
}
.TagClassName
{
border-color: #7D6053;
}
</style>