Shades of Russet #7A431A
Tints of Russet #7A431A
RGB
CMYK
RGB Variations
Color information
#7A431A (or 0x7A431A) is known color: Russet. HEX triplet: 7A, 43 and 1A. RGB value is (122,67,26). Sum of RGB (Red+Green+Blue) = 122+67+26=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A431A is #85BCE5. Grayscale: #4E4E4E. Windows color (decimal): -8764646 or 1721210. OLE color: 1721210.
HSL color Cylindrical-coordinate representation of color #7A431A: hue angle of 25.62º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A431A is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 26 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.52 |
| HSL | 25.63º | 0.65% | 0.29% | - |
| HSV(B) | 25.63º | 0.79% | 0.48% | - |
| XYZ | 10.22 | 8.23 | 2.03 | - |
| YUV | 78.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 26 | 0 | 0.45 | 0.79 | 0.52 | 25.63 | 0.65 | 0.29 |
| Hex | 7A | 43 | 1A | 0 | 2D | 4F | 34 | 1A | 41 | 1D |
| Octal | 172 | 103 | 32 | 0 | 55 | 117 | 64 | 32 | 101 | 35 |
| Binary | 1111010 | 1000011 | 11010 | 0 | 101101 | 1001111 | 110100 | 11010 | 1000001 | 11101 |
Color Harmonies of #7A431A
Complementary color
Monochromatic Colors of #7A431A
Black with #7A431A
Text Example
Text Example
White with #7A431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A431A; }
p { color: rgb(122,67,26); }
H1.HeaderClassName
{
color: #7A431A;
}
.AnyTagClassName
{
color: #7A431A;
}
</style>
background-color css
<style>
a { background-color: #7A431A; }
a { background-color: rgb(122,67,26); }
div.DivClassName
{
background-color: #7A431A;
}
.BgClassName
{
background-color: #7A431A;
}
</style>
border-color css
<style>
span { border-color: #7A431A; }
span { border-color: rgb(122,67,26); }
td.TdClassName
{
border-color: #7A431A;
}
.TagClassName
{
border-color: #7A431A;
}
</style>