Shades of Russet #7A401B
Tints of Russet #7A401B
RGB
CMYK
RGB Variations
Color information
#7A401B (or 0x7A401B) is known color: Russet. HEX triplet: 7A, 40 and 1B. RGB value is (122,64,27). Sum of RGB (Red+Green+Blue) = 122+64+27=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A401B is #85BFE4. Grayscale: #4D4D4D. Windows color (decimal): -8765413 or 1785978. OLE color: 1785978.
HSL color Cylindrical-coordinate representation of color #7A401B: hue angle of 23.37º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A401B is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 27 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.52 |
| HSL | 23.37º | 0.64% | 0.29% | - |
| HSV(B) | 23.37º | 0.78% | 0.48% | - |
| XYZ | 10.06 | 7.88 | 2.03 | - |
| YUV | 77.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 27 | 0 | 0.48 | 0.78 | 0.52 | 23.37 | 0.64 | 0.29 |
| Hex | 7A | 40 | 1B | 0 | 30 | 4E | 34 | 17 | 40 | 1D |
| Octal | 172 | 100 | 33 | 0 | 60 | 116 | 64 | 27 | 100 | 35 |
| Binary | 1111010 | 1000000 | 11011 | 0 | 110000 | 1001110 | 110100 | 10111 | 1000000 | 11101 |
Color Harmonies of #7A401B
Complementary color
Monochromatic Colors of #7A401B
Black with #7A401B
Text Example
Text Example
White with #7A401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A401B; }
p { color: rgb(122,64,27); }
H1.HeaderClassName
{
color: #7A401B;
}
.AnyTagClassName
{
color: #7A401B;
}
</style>
background-color css
<style>
a { background-color: #7A401B; }
a { background-color: rgb(122,64,27); }
div.DivClassName
{
background-color: #7A401B;
}
.BgClassName
{
background-color: #7A401B;
}
</style>
border-color css
<style>
span { border-color: #7A401B; }
span { border-color: rgb(122,64,27); }
td.TdClassName
{
border-color: #7A401B;
}
.TagClassName
{
border-color: #7A401B;
}
</style>