Shades of Russett #7E5D51
Tints of Russett #7E5D51
RGB
CMYK
RGB Variations
Color information
#7E5D51 (or 0x7E5D51) is known color: Russett. HEX triplet: 7E, 5D and 51. RGB value is (126,93,81). Sum of RGB (Red+Green+Blue) = 126+93+81=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5D51 is #81A2AE. Grayscale: #656565. Windows color (decimal): -8495791 or 5332350. OLE color: 5332350.
HSL color Cylindrical-coordinate representation of color #7E5D51: hue angle of 16º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E5D51 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 93 | 81 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.51 |
| HSL | 16º | 0.22% | 0.41% | - |
| HSV(B) | 16º | 0.36% | 0.49% | - |
| XYZ | 14 | 12.86 | 9.53 | - |
| YUV | 101.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 81 | 0 | 0.26 | 0.36 | 0.51 | 16 | 0.22 | 0.41 |
| Hex | 7E | 5D | 51 | 0 | 1A | 24 | 33 | 10 | 16 | 29 |
| Octal | 176 | 135 | 121 | 0 | 32 | 44 | 63 | 20 | 26 | 51 |
| Binary | 1111110 | 1011101 | 1010001 | 0 | 11010 | 100100 | 110011 | 10000 | 10110 | 101001 |
Color Harmonies of #7E5D51
Complementary color
Monochromatic Colors of #7E5D51
Black with #7E5D51
Text Example
Text Example
White with #7E5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5D51; }
p { color: rgb(126,93,81); }
H1.HeaderClassName
{
color: #7E5D51;
}
.AnyTagClassName
{
color: #7E5D51;
}
</style>
background-color css
<style>
a { background-color: #7E5D51; }
a { background-color: rgb(126,93,81); }
div.DivClassName
{
background-color: #7E5D51;
}
.BgClassName
{
background-color: #7E5D51;
}
</style>
border-color css
<style>
span { border-color: #7E5D51; }
span { border-color: rgb(126,93,81); }
td.TdClassName
{
border-color: #7E5D51;
}
.TagClassName
{
border-color: #7E5D51;
}
</style>