Shades of Russet #7A4211
Tints of Russet #7A4211
RGB
CMYK
RGB Variations
Color information
#7A4211 (or 0x7A4211) is known color: Russet. HEX triplet: 7A, 42 and 11. RGB value is (122,66,17). Sum of RGB (Red+Green+Blue) = 122+66+17=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4211 is #85BDEE. Grayscale: #4D4D4D. Windows color (decimal): -8764911 or 1131130. OLE color: 1131130.
HSL color Cylindrical-coordinate representation of color #7A4211: hue angle of 28º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A4211 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 17 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.52 |
| HSL | 28º | 0.76% | 0.27% | - |
| HSV(B) | 28º | 0.86% | 0.48% | - |
| XYZ | 10.08 | 8.07 | 1.56 | - |
| YUV | 77.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 17 | 0 | 0.46 | 0.86 | 0.52 | 28 | 0.76 | 0.27 |
| Hex | 7A | 42 | 11 | 0 | 2E | 56 | 34 | 1C | 4C | 1B |
| Octal | 172 | 102 | 21 | 0 | 56 | 126 | 64 | 34 | 114 | 33 |
| Binary | 1111010 | 1000010 | 10001 | 0 | 101110 | 1010110 | 110100 | 11100 | 1001100 | 11011 |
Color Harmonies of #7A4211
Complementary color
Monochromatic Colors of #7A4211
Black with #7A4211
Text Example
Text Example
White with #7A4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4211; }
p { color: rgb(122,66,17); }
H1.HeaderClassName
{
color: #7A4211;
}
.AnyTagClassName
{
color: #7A4211;
}
</style>
background-color css
<style>
a { background-color: #7A4211; }
a { background-color: rgb(122,66,17); }
div.DivClassName
{
background-color: #7A4211;
}
.BgClassName
{
background-color: #7A4211;
}
</style>
border-color css
<style>
span { border-color: #7A4211; }
span { border-color: rgb(122,66,17); }
td.TdClassName
{
border-color: #7A4211;
}
.TagClassName
{
border-color: #7A4211;
}
</style>