Shades of Russett #7E645D
Tints of Russett #7E645D
RGB
CMYK
RGB Variations
Color information
#7E645D (or 0x7E645D) is known color: Russett. HEX triplet: 7E, 64 and 5D. RGB value is (126,100,93). Sum of RGB (Red+Green+Blue) = 126+100+93=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E645D is #819BA2. Grayscale: #6B6B6B. Windows color (decimal): -8493987 or 6120574. OLE color: 6120574.
HSL color Cylindrical-coordinate representation of color #7E645D: hue angle of 12.73º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E645D is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 93 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.51 |
| HSL | 12.73º | 0.15% | 0.43% | - |
| HSV(B) | 12.73º | 0.26% | 0.49% | - |
| XYZ | 15.14 | 14.34 | 12.33 | - |
| YUV | 106.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 93 | 0 | 0.21 | 0.26 | 0.51 | 12.73 | 0.15 | 0.43 |
| Hex | 7E | 64 | 5D | 0 | 15 | 1A | 33 | D | F | 2B |
| Octal | 176 | 144 | 135 | 0 | 25 | 32 | 63 | 15 | 17 | 53 |
| Binary | 1111110 | 1100100 | 1011101 | 0 | 10101 | 11010 | 110011 | 1101 | 1111 | 101011 |
Color Harmonies of #7E645D
Complementary color
Monochromatic Colors of #7E645D
Black with #7E645D
Text Example
Text Example
White with #7E645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E645D; }
p { color: rgb(126,100,93); }
H1.HeaderClassName
{
color: #7E645D;
}
.AnyTagClassName
{
color: #7E645D;
}
</style>
background-color css
<style>
a { background-color: #7E645D; }
a { background-color: rgb(126,100,93); }
div.DivClassName
{
background-color: #7E645D;
}
.BgClassName
{
background-color: #7E645D;
}
</style>
border-color css
<style>
span { border-color: #7E645D; }
span { border-color: rgb(126,100,93); }
td.TdClassName
{
border-color: #7E645D;
}
.TagClassName
{
border-color: #7E645D;
}
</style>