Shades of Russet #7A4516
Tints of Russet #7A4516
RGB
CMYK
RGB Variations
Color information
#7A4516 (or 0x7A4516) is known color: Russet. HEX triplet: 7A, 45 and 16. RGB value is (122,69,22). Sum of RGB (Red+Green+Blue) = 122+69+22=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4516 is #85BAE9. Grayscale: #4F4F4F. Windows color (decimal): -8764138 or 1459578. OLE color: 1459578.
HSL color Cylindrical-coordinate representation of color #7A4516: hue angle of 28.2º 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 #7A4516 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 22 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.52 |
| HSL | 28.2º | 0.69% | 0.28% | - |
| HSV(B) | 28.2º | 0.82% | 0.48% | - |
| XYZ | 10.3 | 8.45 | 1.85 | - |
| YUV | 79.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 22 | 0 | 0.43 | 0.82 | 0.52 | 28.2 | 0.69 | 0.28 |
| Hex | 7A | 45 | 16 | 0 | 2B | 52 | 34 | 1C | 45 | 1C |
| Octal | 172 | 105 | 26 | 0 | 53 | 122 | 64 | 34 | 105 | 34 |
| Binary | 1111010 | 1000101 | 10110 | 0 | 101011 | 1010010 | 110100 | 11100 | 1000101 | 11100 |
Color Harmonies of #7A4516
Complementary color
Monochromatic Colors of #7A4516
Black with #7A4516
Text Example
Text Example
White with #7A4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4516; }
p { color: rgb(122,69,22); }
H1.HeaderClassName
{
color: #7A4516;
}
.AnyTagClassName
{
color: #7A4516;
}
</style>
background-color css
<style>
a { background-color: #7A4516; }
a { background-color: rgb(122,69,22); }
div.DivClassName
{
background-color: #7A4516;
}
.BgClassName
{
background-color: #7A4516;
}
</style>
border-color css
<style>
span { border-color: #7A4516; }
span { border-color: rgb(122,69,22); }
td.TdClassName
{
border-color: #7A4516;
}
.TagClassName
{
border-color: #7A4516;
}
</style>