Shades of Russet #7A4517
Tints of Russet #7A4517
RGB
CMYK
RGB Variations
Color information
#7A4517 (or 0x7A4517) is known color: Russet. HEX triplet: 7A, 45 and 17. RGB value is (122,69,23). Sum of RGB (Red+Green+Blue) = 122+69+23=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4517 is #85BAE8. Grayscale: #4F4F4F. Windows color (decimal): -8764137 or 1525114. OLE color: 1525114.
HSL color Cylindrical-coordinate representation of color #7A4517: hue angle of 27.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A4517 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 23 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.52 |
| HSL | 27.88º | 0.68% | 0.28% | - |
| HSV(B) | 27.88º | 0.81% | 0.48% | - |
| XYZ | 10.31 | 8.46 | 1.9 | - |
| YUV | 79.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 23 | 0 | 0.43 | 0.81 | 0.52 | 27.88 | 0.68 | 0.28 |
| Hex | 7A | 45 | 17 | 0 | 2B | 51 | 34 | 1C | 44 | 1C |
| Octal | 172 | 105 | 27 | 0 | 53 | 121 | 64 | 34 | 104 | 34 |
| Binary | 1111010 | 1000101 | 10111 | 0 | 101011 | 1010001 | 110100 | 11100 | 1000100 | 11100 |
Color Harmonies of #7A4517
Complementary color
Monochromatic Colors of #7A4517
Black with #7A4517
Text Example
Text Example
White with #7A4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4517; }
p { color: rgb(122,69,23); }
H1.HeaderClassName
{
color: #7A4517;
}
.AnyTagClassName
{
color: #7A4517;
}
</style>
background-color css
<style>
a { background-color: #7A4517; }
a { background-color: rgb(122,69,23); }
div.DivClassName
{
background-color: #7A4517;
}
.BgClassName
{
background-color: #7A4517;
}
</style>
border-color css
<style>
span { border-color: #7A4517; }
span { border-color: rgb(122,69,23); }
td.TdClassName
{
border-color: #7A4517;
}
.TagClassName
{
border-color: #7A4517;
}
</style>