Shades of Russett #7E6155
Tints of Russett #7E6155
RGB
CMYK
RGB Variations
Color information
#7E6155 (or 0x7E6155) is known color: Russett. HEX triplet: 7E, 61 and 55. RGB value is (126,97,85). Sum of RGB (Red+Green+Blue) = 126+97+85=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6155 is #819EAA. Grayscale: #686868. Windows color (decimal): -8494763 or 5595518. OLE color: 5595518.
HSL color Cylindrical-coordinate representation of color #7E6155: hue angle of 17.56º 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 #7E6155 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 97 | 85 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.51 |
| HSL | 17.56º | 0.19% | 0.41% | - |
| HSV(B) | 17.56º | 0.33% | 0.49% | - |
| XYZ | 14.52 | 13.64 | 10.46 | - |
| YUV | 104.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 85 | 0 | 0.23 | 0.33 | 0.51 | 17.56 | 0.19 | 0.41 |
| Hex | 7E | 61 | 55 | 0 | 17 | 21 | 33 | 12 | 13 | 29 |
| Octal | 176 | 141 | 125 | 0 | 27 | 41 | 63 | 22 | 23 | 51 |
| Binary | 1111110 | 1100001 | 1010101 | 0 | 10111 | 100001 | 110011 | 10010 | 10011 | 101001 |
Color Harmonies of #7E6155
Complementary color
Monochromatic Colors of #7E6155
Black with #7E6155
Text Example
Text Example
White with #7E6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6155; }
p { color: rgb(126,97,85); }
H1.HeaderClassName
{
color: #7E6155;
}
.AnyTagClassName
{
color: #7E6155;
}
</style>
background-color css
<style>
a { background-color: #7E6155; }
a { background-color: rgb(126,97,85); }
div.DivClassName
{
background-color: #7E6155;
}
.BgClassName
{
background-color: #7E6155;
}
</style>
border-color css
<style>
span { border-color: #7E6155; }
span { border-color: rgb(126,97,85); }
td.TdClassName
{
border-color: #7E6155;
}
.TagClassName
{
border-color: #7E6155;
}
</style>