Shades of Russett #7E6862
Tints of Russett #7E6862
RGB
CMYK
RGB Variations
Color information
#7E6862 (or 0x7E6862) is known color: Russett. HEX triplet: 7E, 68 and 62. RGB value is (126,104,98). Sum of RGB (Red+Green+Blue) = 126+104+98=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6862 is #81979D. Grayscale: #6D6D6D. Windows color (decimal): -8492958 or 6449278. OLE color: 6449278.
HSL color Cylindrical-coordinate representation of color #7E6862: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6862 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 104 | 98 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.51 |
| HSL | 12.86º | 0.13% | 0.44% | - |
| HSV(B) | 12.86º | 0.22% | 0.49% | - |
| XYZ | 15.76 | 15.22 | 13.66 | - |
| YUV | 109.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 98 | 0 | 0.17 | 0.22 | 0.51 | 12.86 | 0.13 | 0.44 |
| Hex | 7E | 68 | 62 | 0 | 11 | 16 | 33 | D | C | 2C |
| Octal | 176 | 150 | 142 | 0 | 21 | 26 | 63 | 15 | 14 | 54 |
| Binary | 1111110 | 1101000 | 1100010 | 0 | 10001 | 10110 | 110011 | 1101 | 1100 | 101100 |
Color Harmonies of #7E6862
Complementary color
Monochromatic Colors of #7E6862
Black with #7E6862
Text Example
Text Example
White with #7E6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6862; }
p { color: rgb(126,104,98); }
H1.HeaderClassName
{
color: #7E6862;
}
.AnyTagClassName
{
color: #7E6862;
}
</style>
background-color css
<style>
a { background-color: #7E6862; }
a { background-color: rgb(126,104,98); }
div.DivClassName
{
background-color: #7E6862;
}
.BgClassName
{
background-color: #7E6862;
}
</style>
border-color css
<style>
span { border-color: #7E6862; }
span { border-color: rgb(126,104,98); }
td.TdClassName
{
border-color: #7E6862;
}
.TagClassName
{
border-color: #7E6862;
}
</style>