Shades of Russett #7D5A55
Tints of Russett #7D5A55
RGB
CMYK
RGB Variations
Color information
#7D5A55 (or 0x7D5A55) is known color: Russett. HEX triplet: 7D, 5A and 55. RGB value is (125,90,85). Sum of RGB (Red+Green+Blue) = 125+90+85=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A55 is #82A5AA. Grayscale: #636363. Windows color (decimal): -8562091 or 5593725. OLE color: 5593725.
HSL color Cylindrical-coordinate representation of color #7D5A55: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D5A55 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 90 | 85 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.51 |
| HSL | 7.5º | 0.19% | 0.41% | - |
| HSV(B) | 7.5º | 0.32% | 0.49% | - |
| XYZ | 13.75 | 12.33 | 10.25 | - |
| YUV | 99.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 85 | 0 | 0.28 | 0.32 | 0.51 | 7.5 | 0.19 | 0.41 |
| Hex | 7D | 5A | 55 | 0 | 1C | 20 | 33 | 8 | 13 | 29 |
| Octal | 175 | 132 | 125 | 0 | 34 | 40 | 63 | 10 | 23 | 51 |
| Binary | 1111101 | 1011010 | 1010101 | 0 | 11100 | 100000 | 110011 | 1000 | 10011 | 101001 |
Color Harmonies of #7D5A55
Complementary color
Monochromatic Colors of #7D5A55
Black with #7D5A55
Text Example
Text Example
White with #7D5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5A55; }
p { color: rgb(125,90,85); }
H1.HeaderClassName
{
color: #7D5A55;
}
.AnyTagClassName
{
color: #7D5A55;
}
</style>
background-color css
<style>
a { background-color: #7D5A55; }
a { background-color: rgb(125,90,85); }
div.DivClassName
{
background-color: #7D5A55;
}
.BgClassName
{
background-color: #7D5A55;
}
</style>
border-color css
<style>
span { border-color: #7D5A55; }
span { border-color: rgb(125,90,85); }
td.TdClassName
{
border-color: #7D5A55;
}
.TagClassName
{
border-color: #7D5A55;
}
</style>