Shades of Russet #7A461C
Tints of Russet #7A461C
RGB
CMYK
RGB Variations
Color information
#7A461C (or 0x7A461C) is known color: Russet. HEX triplet: 7A, 46 and 1C. RGB value is (122,70,28). Sum of RGB (Red+Green+Blue) = 122+70+28=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A461C is #85B9E3. Grayscale: #505050. Windows color (decimal): -8763876 or 1853050. OLE color: 1853050.
HSL color Cylindrical-coordinate representation of color #7A461C: hue angle of 26.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A461C is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 70 | 28 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.52 |
| HSL | 26.81º | 0.63% | 0.29% | - |
| HSV(B) | 26.81º | 0.77% | 0.48% | - |
| XYZ | 10.43 | 8.6 | 2.21 | - |
| YUV | 80.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 70 | 28 | 0 | 0.43 | 0.77 | 0.52 | 26.81 | 0.63 | 0.29 |
| Hex | 7A | 46 | 1C | 0 | 2B | 4D | 34 | 1B | 3F | 1D |
| Octal | 172 | 106 | 34 | 0 | 53 | 115 | 64 | 33 | 77 | 35 |
| Binary | 1111010 | 1000110 | 11100 | 0 | 101011 | 1001101 | 110100 | 11011 | 111111 | 11101 |
Color Harmonies of #7A461C
Complementary color
Monochromatic Colors of #7A461C
Black with #7A461C
Text Example
Text Example
White with #7A461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A461C; }
p { color: rgb(122,70,28); }
H1.HeaderClassName
{
color: #7A461C;
}
.AnyTagClassName
{
color: #7A461C;
}
</style>
background-color css
<style>
a { background-color: #7A461C; }
a { background-color: rgb(122,70,28); }
div.DivClassName
{
background-color: #7A461C;
}
.BgClassName
{
background-color: #7A461C;
}
</style>
border-color css
<style>
span { border-color: #7A461C; }
span { border-color: rgb(122,70,28); }
td.TdClassName
{
border-color: #7A461C;
}
.TagClassName
{
border-color: #7A461C;
}
</style>