Shades of Russett #7E5B55
Tints of Russett #7E5B55
RGB
CMYK
RGB Variations
Color information
#7E5B55 (or 0x7E5B55) is known color: Russett. HEX triplet: 7E, 5B and 55. RGB value is (126,91,85). Sum of RGB (Red+Green+Blue) = 126+91+85=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B55 is #81A4AA. Grayscale: #646464. Windows color (decimal): -8496299 or 5593982. OLE color: 5593982.
HSL color Cylindrical-coordinate representation of color #7E5B55: hue angle of 8.78º 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 #7E5B55 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 91 | 85 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.51 |
| HSL | 8.78º | 0.19% | 0.41% | - |
| HSV(B) | 8.78º | 0.33% | 0.49% | - |
| XYZ | 13.98 | 12.57 | 10.28 | - |
| YUV | 100.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 85 | 0 | 0.28 | 0.33 | 0.51 | 8.78 | 0.19 | 0.41 |
| Hex | 7E | 5B | 55 | 0 | 1C | 21 | 33 | 9 | 13 | 29 |
| Octal | 176 | 133 | 125 | 0 | 34 | 41 | 63 | 11 | 23 | 51 |
| Binary | 1111110 | 1011011 | 1010101 | 0 | 11100 | 100001 | 110011 | 1001 | 10011 | 101001 |
Color Harmonies of #7E5B55
Complementary color
Monochromatic Colors of #7E5B55
Black with #7E5B55
Text Example
Text Example
White with #7E5B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5B55; }
p { color: rgb(126,91,85); }
H1.HeaderClassName
{
color: #7E5B55;
}
.AnyTagClassName
{
color: #7E5B55;
}
</style>
background-color css
<style>
a { background-color: #7E5B55; }
a { background-color: rgb(126,91,85); }
div.DivClassName
{
background-color: #7E5B55;
}
.BgClassName
{
background-color: #7E5B55;
}
</style>
border-color css
<style>
span { border-color: #7E5B55; }
span { border-color: rgb(126,91,85); }
td.TdClassName
{
border-color: #7E5B55;
}
.TagClassName
{
border-color: #7E5B55;
}
</style>