Shades of Russett #7D5E58
Tints of Russett #7D5E58
RGB
CMYK
RGB Variations
Color information
#7D5E58 (or 0x7D5E58) is known color: Russett. HEX triplet: 7D, 5E and 58. RGB value is (125,94,88). Sum of RGB (Red+Green+Blue) = 125+94+88=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E58 is #82A1A7. Grayscale: #666666. Windows color (decimal): -8561064 or 5791357. OLE color: 5791357.
HSL color Cylindrical-coordinate representation of color #7D5E58: hue angle of 9.73º degrees, saturation: 0.17, 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 #7D5E58 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 94 | 88 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.51 |
| HSL | 9.73º | 0.17% | 0.42% | - |
| HSV(B) | 9.73º | 0.3% | 0.49% | - |
| XYZ | 14.22 | 13.07 | 11.01 | - |
| YUV | 102.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 88 | 0 | 0.25 | 0.30 | 0.51 | 9.73 | 0.17 | 0.42 |
| Hex | 7D | 5E | 58 | 0 | 19 | 1E | 33 | A | 11 | 2A |
| Octal | 175 | 136 | 130 | 0 | 31 | 36 | 63 | 12 | 21 | 52 |
| Binary | 1111101 | 1011110 | 1011000 | 0 | 11001 | 11110 | 110011 | 1010 | 10001 | 101010 |
Color Harmonies of #7D5E58
Complementary color
Monochromatic Colors of #7D5E58
Black with #7D5E58
Text Example
Text Example
White with #7D5E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5E58; }
p { color: rgb(125,94,88); }
H1.HeaderClassName
{
color: #7D5E58;
}
.AnyTagClassName
{
color: #7D5E58;
}
</style>
background-color css
<style>
a { background-color: #7D5E58; }
a { background-color: rgb(125,94,88); }
div.DivClassName
{
background-color: #7D5E58;
}
.BgClassName
{
background-color: #7D5E58;
}
</style>
border-color css
<style>
span { border-color: #7D5E58; }
span { border-color: rgb(125,94,88); }
td.TdClassName
{
border-color: #7D5E58;
}
.TagClassName
{
border-color: #7D5E58;
}
</style>