Shades of Russet #7E4014
Tints of Russet #7E4014
RGB
CMYK
RGB Variations
Color information
#7E4014 (or 0x7E4014) is known color: Russet. HEX triplet: 7E, 40 and 14. RGB value is (126,64,20). Sum of RGB (Red+Green+Blue) = 126+64+20=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4014 is #81BFEB. Grayscale: #4D4D4D. Windows color (decimal): -8503276 or 1327230. OLE color: 1327230.
HSL color Cylindrical-coordinate representation of color #7E4014: hue angle of 24.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E4014 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 64 | 20 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.51 |
| HSL | 24.91º | 0.73% | 0.29% | - |
| HSV(B) | 24.91º | 0.84% | 0.49% | - |
| XYZ | 10.56 | 8.15 | 1.68 | - |
| YUV | 77.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 64 | 20 | 0 | 0.49 | 0.84 | 0.51 | 24.91 | 0.73 | 0.29 |
| Hex | 7E | 40 | 14 | 0 | 31 | 54 | 33 | 19 | 49 | 1D |
| Octal | 176 | 100 | 24 | 0 | 61 | 124 | 63 | 31 | 111 | 35 |
| Binary | 1111110 | 1000000 | 10100 | 0 | 110001 | 1010100 | 110011 | 11001 | 1001001 | 11101 |
Color Harmonies of #7E4014
Complementary color
Monochromatic Colors of #7E4014
Black with #7E4014
Text Example
Text Example
White with #7E4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4014; }
p { color: rgb(126,64,20); }
H1.HeaderClassName
{
color: #7E4014;
}
.AnyTagClassName
{
color: #7E4014;
}
</style>
background-color css
<style>
a { background-color: #7E4014; }
a { background-color: rgb(126,64,20); }
div.DivClassName
{
background-color: #7E4014;
}
.BgClassName
{
background-color: #7E4014;
}
</style>
border-color css
<style>
span { border-color: #7E4014; }
span { border-color: rgb(126,64,20); }
td.TdClassName
{
border-color: #7E4014;
}
.TagClassName
{
border-color: #7E4014;
}
</style>