Shades of Russet #7A4616
Tints of Russet #7A4616
RGB
CMYK
RGB Variations
Color information
#7A4616 (or 0x7A4616) is known color: Russet. HEX triplet: 7A, 46 and 16. RGB value is (122,70,22). Sum of RGB (Red+Green+Blue) = 122+70+22=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4616 is #85B9E9. Grayscale: #505050. Windows color (decimal): -8763882 or 1459834. OLE color: 1459834.
HSL color Cylindrical-coordinate representation of color #7A4616: hue angle of 28.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A4616 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 22 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.52 |
| HSL | 28.8º | 0.69% | 0.28% | - |
| HSV(B) | 28.8º | 0.82% | 0.48% | - |
| XYZ | 10.36 | 8.58 | 1.87 | - |
| YUV | 80.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 22 | 0 | 0.43 | 0.82 | 0.52 | 28.8 | 0.69 | 0.28 |
| Hex | 7A | 46 | 16 | 0 | 2B | 52 | 34 | 1D | 45 | 1C |
| Octal | 172 | 106 | 26 | 0 | 53 | 122 | 64 | 35 | 105 | 34 |
| Binary | 1111010 | 1000110 | 10110 | 0 | 101011 | 1010010 | 110100 | 11101 | 1000101 | 11100 |
Color Harmonies of #7A4616
Complementary color
Monochromatic Colors of #7A4616
Black with #7A4616
Text Example
Text Example
White with #7A4616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4616; }
p { color: rgb(122,70,22); }
H1.HeaderClassName
{
color: #7A4616;
}
.AnyTagClassName
{
color: #7A4616;
}
</style>
background-color css
<style>
a { background-color: #7A4616; }
a { background-color: rgb(122,70,22); }
div.DivClassName
{
background-color: #7A4616;
}
.BgClassName
{
background-color: #7A4616;
}
</style>
border-color css
<style>
span { border-color: #7A4616; }
span { border-color: rgb(122,70,22); }
td.TdClassName
{
border-color: #7A4616;
}
.TagClassName
{
border-color: #7A4616;
}
</style>