Shades of Russet #7A390A
Tints of Russet #7A390A
RGB
CMYK
RGB Variations
Color information
#7A390A (or 0x7A390A) is known color: Russet. HEX triplet: 7A, 39 and 0A. RGB value is (122,57,10). Sum of RGB (Red+Green+Blue) = 122+57+10=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A390A is #85C6F5. Grayscale: #474747. Windows color (decimal): -8767222 or 670074. OLE color: 670074.
HSL color Cylindrical-coordinate representation of color #7A390A: hue angle of 25.18º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A390A is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 10 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.52 |
| HSL | 25.18º | 0.85% | 0.26% | - |
| HSV(B) | 25.18º | 0.92% | 0.48% | - |
| XYZ | 9.54 | 7.09 | 1.15 | - |
| YUV | 71.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 10 | 0 | 0.53 | 0.92 | 0.52 | 25.18 | 0.85 | 0.26 |
| Hex | 7A | 39 | A | 0 | 35 | 5C | 34 | 19 | 55 | 1A |
| Octal | 172 | 71 | 12 | 0 | 65 | 134 | 64 | 31 | 125 | 32 |
| Binary | 1111010 | 111001 | 1010 | 0 | 110101 | 1011100 | 110100 | 11001 | 1010101 | 11010 |
Color Harmonies of #7A390A
Complementary color
Monochromatic Colors of #7A390A
Black with #7A390A
Text Example
Text Example
White with #7A390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A390A; }
p { color: rgb(122,57,10); }
H1.HeaderClassName
{
color: #7A390A;
}
.AnyTagClassName
{
color: #7A390A;
}
</style>
background-color css
<style>
a { background-color: #7A390A; }
a { background-color: rgb(122,57,10); }
div.DivClassName
{
background-color: #7A390A;
}
.BgClassName
{
background-color: #7A390A;
}
</style>
border-color css
<style>
span { border-color: #7A390A; }
span { border-color: rgb(122,57,10); }
td.TdClassName
{
border-color: #7A390A;
}
.TagClassName
{
border-color: #7A390A;
}
</style>