Shades of Russet #7E4716
Tints of Russet #7E4716
RGB
CMYK
RGB Variations
Color information
#7E4716 (or 0x7E4716) is known color: Russet. HEX triplet: 7E, 47 and 16. RGB value is (126,71,22). Sum of RGB (Red+Green+Blue) = 126+71+22=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4716 is #81B8E9. Grayscale: #525252. Windows color (decimal): -8501482 or 1460094. OLE color: 1460094.
HSL color Cylindrical-coordinate representation of color #7E4716: hue angle of 28.27º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E4716 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 71 | 22 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.51 |
| HSL | 28.27º | 0.7% | 0.29% | - |
| HSV(B) | 28.27º | 0.83% | 0.49% | - |
| XYZ | 11 | 9 | 1.92 | - |
| YUV | 81.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 71 | 22 | 0 | 0.44 | 0.83 | 0.51 | 28.27 | 0.7 | 0.29 |
| Hex | 7E | 47 | 16 | 0 | 2C | 53 | 33 | 1C | 46 | 1D |
| Octal | 176 | 107 | 26 | 0 | 54 | 123 | 63 | 34 | 106 | 35 |
| Binary | 1111110 | 1000111 | 10110 | 0 | 101100 | 1010011 | 110011 | 11100 | 1000110 | 11101 |
Color Harmonies of #7E4716
Complementary color
Monochromatic Colors of #7E4716
Black with #7E4716
Text Example
Text Example
White with #7E4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4716; }
p { color: rgb(126,71,22); }
H1.HeaderClassName
{
color: #7E4716;
}
.AnyTagClassName
{
color: #7E4716;
}
</style>
background-color css
<style>
a { background-color: #7E4716; }
a { background-color: rgb(126,71,22); }
div.DivClassName
{
background-color: #7E4716;
}
.BgClassName
{
background-color: #7E4716;
}
</style>
border-color css
<style>
span { border-color: #7E4716; }
span { border-color: rgb(126,71,22); }
td.TdClassName
{
border-color: #7E4716;
}
.TagClassName
{
border-color: #7E4716;
}
</style>