Shades of Russett #7E615B
Tints of Russett #7E615B
RGB
CMYK
RGB Variations
Color information
#7E615B (or 0x7E615B) is known color: Russett. HEX triplet: 7E, 61 and 5B. RGB value is (126,97,91). Sum of RGB (Red+Green+Blue) = 126+97+91=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E615B is #819EA4. Grayscale: #696969. Windows color (decimal): -8494757 or 5988734. OLE color: 5988734.
HSL color Cylindrical-coordinate representation of color #7E615B: hue angle of 10.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E615B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 97 | 91 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.51 |
| HSL | 10.29º | 0.16% | 0.43% | - |
| HSV(B) | 10.29º | 0.28% | 0.49% | - |
| XYZ | 14.77 | 13.74 | 11.77 | - |
| YUV | 104.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 91 | 0 | 0.23 | 0.28 | 0.51 | 10.29 | 0.16 | 0.43 |
| Hex | 7E | 61 | 5B | 0 | 17 | 1C | 33 | A | 10 | 2B |
| Octal | 176 | 141 | 133 | 0 | 27 | 34 | 63 | 12 | 20 | 53 |
| Binary | 1111110 | 1100001 | 1011011 | 0 | 10111 | 11100 | 110011 | 1010 | 10000 | 101011 |
Color Harmonies of #7E615B
Complementary color
Monochromatic Colors of #7E615B
Black with #7E615B
Text Example
Text Example
White with #7E615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E615B; }
p { color: rgb(126,97,91); }
H1.HeaderClassName
{
color: #7E615B;
}
.AnyTagClassName
{
color: #7E615B;
}
</style>
background-color css
<style>
a { background-color: #7E615B; }
a { background-color: rgb(126,97,91); }
div.DivClassName
{
background-color: #7E615B;
}
.BgClassName
{
background-color: #7E615B;
}
</style>
border-color css
<style>
span { border-color: #7E615B; }
span { border-color: rgb(126,97,91); }
td.TdClassName
{
border-color: #7E615B;
}
.TagClassName
{
border-color: #7E615B;
}
</style>