Shades of Russett #7E6660
Tints of Russett #7E6660
RGB
CMYK
RGB Variations
Color information
#7E6660 (or 0x7E6660) is known color: Russett. HEX triplet: 7E, 66 and 60. RGB value is (126,102,96). Sum of RGB (Red+Green+Blue) = 126+102+96=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6660 is #81999F. Grayscale: #6C6C6C. Windows color (decimal): -8493472 or 6317694. OLE color: 6317694.
HSL color Cylindrical-coordinate representation of color #7E6660: hue angle of 12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6660 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 102 | 96 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.51 |
| HSL | 12º | 0.14% | 0.44% | - |
| HSV(B) | 12º | 0.24% | 0.49% | - |
| XYZ | 15.47 | 14.78 | 13.1 | - |
| YUV | 108.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 96 | 0 | 0.19 | 0.24 | 0.51 | 12 | 0.14 | 0.44 |
| Hex | 7E | 66 | 60 | 0 | 13 | 18 | 33 | C | E | 2C |
| Octal | 176 | 146 | 140 | 0 | 23 | 30 | 63 | 14 | 16 | 54 |
| Binary | 1111110 | 1100110 | 1100000 | 0 | 10011 | 11000 | 110011 | 1100 | 1110 | 101100 |
Color Harmonies of #7E6660
Complementary color
Monochromatic Colors of #7E6660
Black with #7E6660
Text Example
Text Example
White with #7E6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6660; }
p { color: rgb(126,102,96); }
H1.HeaderClassName
{
color: #7E6660;
}
.AnyTagClassName
{
color: #7E6660;
}
</style>
background-color css
<style>
a { background-color: #7E6660; }
a { background-color: rgb(126,102,96); }
div.DivClassName
{
background-color: #7E6660;
}
.BgClassName
{
background-color: #7E6660;
}
</style>
border-color css
<style>
span { border-color: #7E6660; }
span { border-color: rgb(126,102,96); }
td.TdClassName
{
border-color: #7E6660;
}
.TagClassName
{
border-color: #7E6660;
}
</style>