Shades of Russett #7E6962
Tints of Russett #7E6962
RGB
CMYK
RGB Variations
Color information
#7E6962 (or 0x7E6962) is known color: Russett. HEX triplet: 7E, 69 and 62. RGB value is (126,105,98). Sum of RGB (Red+Green+Blue) = 126+105+98=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6962 is #81969D. Grayscale: #6E6E6E. Windows color (decimal): -8492702 or 6449534. OLE color: 6449534.
HSL color Cylindrical-coordinate representation of color #7E6962: hue angle of 15º 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 #7E6962 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 98 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.51 |
| HSL | 15º | 0.13% | 0.44% | - |
| HSV(B) | 15º | 0.22% | 0.49% | - |
| XYZ | 15.86 | 15.42 | 13.7 | - |
| YUV | 110.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 98 | 0 | 0.17 | 0.22 | 0.51 | 15 | 0.13 | 0.44 |
| Hex | 7E | 69 | 62 | 0 | 11 | 16 | 33 | F | C | 2C |
| Octal | 176 | 151 | 142 | 0 | 21 | 26 | 63 | 17 | 14 | 54 |
| Binary | 1111110 | 1101001 | 1100010 | 0 | 10001 | 10110 | 110011 | 1111 | 1100 | 101100 |
Color Harmonies of #7E6962
Complementary color
Monochromatic Colors of #7E6962
Black with #7E6962
Text Example
Text Example
White with #7E6962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6962; }
p { color: rgb(126,105,98); }
H1.HeaderClassName
{
color: #7E6962;
}
.AnyTagClassName
{
color: #7E6962;
}
</style>
background-color css
<style>
a { background-color: #7E6962; }
a { background-color: rgb(126,105,98); }
div.DivClassName
{
background-color: #7E6962;
}
.BgClassName
{
background-color: #7E6962;
}
</style>
border-color css
<style>
span { border-color: #7E6962; }
span { border-color: rgb(126,105,98); }
td.TdClassName
{
border-color: #7E6962;
}
.TagClassName
{
border-color: #7E6962;
}
</style>