Shades of Russett #7D5E53
Tints of Russett #7D5E53
RGB
CMYK
RGB Variations
Color information
#7D5E53 (or 0x7D5E53) is known color: Russett. HEX triplet: 7D, 5E and 53. RGB value is (125,94,83). Sum of RGB (Red+Green+Blue) = 125+94+83=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E53 is #82A1AC. Grayscale: #666666. Windows color (decimal): -8561069 or 5463677. OLE color: 5463677.
HSL color Cylindrical-coordinate representation of color #7D5E53: hue angle of 15.71º 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 #7D5E53 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 83 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.51 |
| HSL | 15.71º | 0.2% | 0.41% | - |
| HSV(B) | 15.71º | 0.34% | 0.49% | - |
| XYZ | 14.02 | 12.99 | 9.95 | - |
| YUV | 102.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 83 | 0 | 0.25 | 0.34 | 0.51 | 15.71 | 0.2 | 0.41 |
| Hex | 7D | 5E | 53 | 0 | 19 | 22 | 33 | 10 | 14 | 29 |
| Octal | 175 | 136 | 123 | 0 | 31 | 42 | 63 | 20 | 24 | 51 |
| Binary | 1111101 | 1011110 | 1010011 | 0 | 11001 | 100010 | 110011 | 10000 | 10100 | 101001 |
Color Harmonies of #7D5E53
Complementary color
Monochromatic Colors of #7D5E53
Black with #7D5E53
Text Example
Text Example
White with #7D5E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E53; }
p { color: rgb(125,94,83); }
H1.HeaderClassName
{
color: #7D5E53;
}
.AnyTagClassName
{
color: #7D5E53;
}
</style>
background-color css
<style>
a { background-color: #7D5E53; }
a { background-color: rgb(125,94,83); }
div.DivClassName
{
background-color: #7D5E53;
}
.BgClassName
{
background-color: #7D5E53;
}
</style>
border-color css
<style>
span { border-color: #7D5E53; }
span { border-color: rgb(125,94,83); }
td.TdClassName
{
border-color: #7D5E53;
}
.TagClassName
{
border-color: #7D5E53;
}
</style>