Shades of Russet #7A3A09
Tints of Russet #7A3A09
RGB
CMYK
RGB Variations
Color information
#7A3A09 (or 0x7A3A09) is known color: Russet. HEX triplet: 7A, 3A and 09. RGB value is (122,58,9). Sum of RGB (Red+Green+Blue) = 122+58+9=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3A09 is #85C5F6. Grayscale: #474747. Windows color (decimal): -8766967 or 604794. OLE color: 604794.
HSL color Cylindrical-coordinate representation of color #7A3A09: hue angle of 26.02º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A3A09 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 9 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.52 |
| HSL | 26.02º | 0.86% | 0.26% | - |
| HSV(B) | 26.02º | 0.93% | 0.48% | - |
| XYZ | 9.59 | 7.18 | 1.14 | - |
| YUV | 71.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 9 | 0 | 0.52 | 0.93 | 0.52 | 26.02 | 0.86 | 0.26 |
| Hex | 7A | 3A | 9 | 0 | 34 | 5D | 34 | 1A | 56 | 1A |
| Octal | 172 | 72 | 11 | 0 | 64 | 135 | 64 | 32 | 126 | 32 |
| Binary | 1111010 | 111010 | 1001 | 0 | 110100 | 1011101 | 110100 | 11010 | 1010110 | 11010 |
Color Harmonies of #7A3A09
Complementary color
Monochromatic Colors of #7A3A09
Black with #7A3A09
Text Example
Text Example
White with #7A3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A09; }
p { color: rgb(122,58,9); }
H1.HeaderClassName
{
color: #7A3A09;
}
.AnyTagClassName
{
color: #7A3A09;
}
</style>
background-color css
<style>
a { background-color: #7A3A09; }
a { background-color: rgb(122,58,9); }
div.DivClassName
{
background-color: #7A3A09;
}
.BgClassName
{
background-color: #7A3A09;
}
</style>
border-color css
<style>
span { border-color: #7A3A09; }
span { border-color: rgb(122,58,9); }
td.TdClassName
{
border-color: #7A3A09;
}
.TagClassName
{
border-color: #7A3A09;
}
</style>