Shades of Russett #7E6A64
Tints of Russett #7E6A64
RGB
CMYK
RGB Variations
Color information
#7E6A64 (or 0x7E6A64) is known color: Russett. HEX triplet: 7E, 6A and 64. RGB value is (126,106,100). Sum of RGB (Red+Green+Blue) = 126+106+100=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A64 is #81959B. Grayscale: #6F6F6F. Windows color (decimal): -8492444 or 6580862. OLE color: 6580862.
HSL color Cylindrical-coordinate representation of color #7E6A64: hue angle of 13.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6A64 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 106 | 100 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.51 |
| HSL | 13.85º | 0.12% | 0.44% | - |
| HSV(B) | 13.85º | 0.21% | 0.49% | - |
| XYZ | 16.06 | 15.66 | 14.23 | - |
| YUV | 111.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 100 | 0 | 0.16 | 0.21 | 0.51 | 13.85 | 0.12 | 0.44 |
| Hex | 7E | 6A | 64 | 0 | 10 | 15 | 33 | E | C | 2C |
| Octal | 176 | 152 | 144 | 0 | 20 | 25 | 63 | 16 | 14 | 54 |
| Binary | 1111110 | 1101010 | 1100100 | 0 | 10000 | 10101 | 110011 | 1110 | 1100 | 101100 |
Color Harmonies of #7E6A64
Complementary color
Monochromatic Colors of #7E6A64
Black with #7E6A64
Text Example
Text Example
White with #7E6A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A64; }
p { color: rgb(126,106,100); }
H1.HeaderClassName
{
color: #7E6A64;
}
.AnyTagClassName
{
color: #7E6A64;
}
</style>
background-color css
<style>
a { background-color: #7E6A64; }
a { background-color: rgb(126,106,100); }
div.DivClassName
{
background-color: #7E6A64;
}
.BgClassName
{
background-color: #7E6A64;
}
</style>
border-color css
<style>
span { border-color: #7E6A64; }
span { border-color: rgb(126,106,100); }
td.TdClassName
{
border-color: #7E6A64;
}
.TagClassName
{
border-color: #7E6A64;
}
</style>