Shades of Russett #7E5A55
Tints of Russett #7E5A55
RGB
CMYK
RGB Variations
Color information
#7E5A55 (or 0x7E5A55) is known color: Russett. HEX triplet: 7E, 5A and 55. RGB value is (126,90,85). Sum of RGB (Red+Green+Blue) = 126+90+85=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5A55 is #81A5AA. Grayscale: #646464. Windows color (decimal): -8496555 or 5593726. OLE color: 5593726.
HSL color Cylindrical-coordinate representation of color #7E5A55: hue angle of 7.32º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5A55 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 90 | 85 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.51 |
| HSL | 7.32º | 0.19% | 0.41% | - |
| HSV(B) | 7.32º | 0.33% | 0.49% | - |
| XYZ | 13.9 | 12.4 | 10.26 | - |
| YUV | 100.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 85 | 0 | 0.29 | 0.33 | 0.51 | 7.32 | 0.19 | 0.41 |
| Hex | 7E | 5A | 55 | 0 | 1D | 21 | 33 | 7 | 13 | 29 |
| Octal | 176 | 132 | 125 | 0 | 35 | 41 | 63 | 7 | 23 | 51 |
| Binary | 1111110 | 1011010 | 1010101 | 0 | 11101 | 100001 | 110011 | 111 | 10011 | 101001 |
Color Harmonies of #7E5A55
Complementary color
Monochromatic Colors of #7E5A55
Black with #7E5A55
Text Example
Text Example
White with #7E5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A55; }
p { color: rgb(126,90,85); }
H1.HeaderClassName
{
color: #7E5A55;
}
.AnyTagClassName
{
color: #7E5A55;
}
</style>
background-color css
<style>
a { background-color: #7E5A55; }
a { background-color: rgb(126,90,85); }
div.DivClassName
{
background-color: #7E5A55;
}
.BgClassName
{
background-color: #7E5A55;
}
</style>
border-color css
<style>
span { border-color: #7E5A55; }
span { border-color: rgb(126,90,85); }
td.TdClassName
{
border-color: #7E5A55;
}
.TagClassName
{
border-color: #7E5A55;
}
</style>