Shades of Russet #7A4421
Tints of Russet #7A4421
RGB
CMYK
RGB Variations
Color information
#7A4421 (or 0x7A4421) is known color: Russet. HEX triplet: 7A, 44 and 21. RGB value is (122,68,33). Sum of RGB (Red+Green+Blue) = 122+68+33=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4421 is #85BBDE. Grayscale: #505050. Windows color (decimal): -8764383 or 2180218. OLE color: 2180218.
HSL color Cylindrical-coordinate representation of color #7A4421: hue angle of 23.6º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A4421 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 68 | 33 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.52 |
| HSL | 23.6º | 0.57% | 0.3% | - |
| HSV(B) | 23.6º | 0.73% | 0.48% | - |
| XYZ | 10.37 | 8.38 | 2.51 | - |
| YUV | 80.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 68 | 33 | 0 | 0.44 | 0.73 | 0.52 | 23.6 | 0.57 | 0.3 |
| Hex | 7A | 44 | 21 | 0 | 2C | 49 | 34 | 18 | 39 | 1E |
| Octal | 172 | 104 | 41 | 0 | 54 | 111 | 64 | 30 | 71 | 36 |
| Binary | 1111010 | 1000100 | 100001 | 0 | 101100 | 1001001 | 110100 | 11000 | 111001 | 11110 |
Color Harmonies of #7A4421
Complementary color
Monochromatic Colors of #7A4421
Black with #7A4421
Text Example
Text Example
White with #7A4421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4421; }
p { color: rgb(122,68,33); }
H1.HeaderClassName
{
color: #7A4421;
}
.AnyTagClassName
{
color: #7A4421;
}
</style>
background-color css
<style>
a { background-color: #7A4421; }
a { background-color: rgb(122,68,33); }
div.DivClassName
{
background-color: #7A4421;
}
.BgClassName
{
background-color: #7A4421;
}
</style>
border-color css
<style>
span { border-color: #7A4421; }
span { border-color: rgb(122,68,33); }
td.TdClassName
{
border-color: #7A4421;
}
.TagClassName
{
border-color: #7A4421;
}
</style>