Shades of Russet #7A4315
Tints of Russet #7A4315
RGB
CMYK
RGB Variations
Color information
#7A4315 (or 0x7A4315) is known color: Russet. HEX triplet: 7A, 43 and 15. RGB value is (122,67,21). Sum of RGB (Red+Green+Blue) = 122+67+21=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4315 is #85BCEA. Grayscale: #4E4E4E. Windows color (decimal): -8764651 or 1393530. OLE color: 1393530.
HSL color Cylindrical-coordinate representation of color #7A4315: hue angle of 27.33º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A4315 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 21 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.52 |
| HSL | 27.33º | 0.71% | 0.28% | - |
| HSV(B) | 27.33º | 0.83% | 0.48% | - |
| XYZ | 10.17 | 8.21 | 1.76 | - |
| YUV | 78.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 21 | 0 | 0.45 | 0.83 | 0.52 | 27.33 | 0.71 | 0.28 |
| Hex | 7A | 43 | 15 | 0 | 2D | 53 | 34 | 1B | 47 | 1C |
| Octal | 172 | 103 | 25 | 0 | 55 | 123 | 64 | 33 | 107 | 34 |
| Binary | 1111010 | 1000011 | 10101 | 0 | 101101 | 1010011 | 110100 | 11011 | 1000111 | 11100 |
Color Harmonies of #7A4315
Complementary color
Monochromatic Colors of #7A4315
Black with #7A4315
Text Example
Text Example
White with #7A4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4315; }
p { color: rgb(122,67,21); }
H1.HeaderClassName
{
color: #7A4315;
}
.AnyTagClassName
{
color: #7A4315;
}
</style>
background-color css
<style>
a { background-color: #7A4315; }
a { background-color: rgb(122,67,21); }
div.DivClassName
{
background-color: #7A4315;
}
.BgClassName
{
background-color: #7A4315;
}
</style>
border-color css
<style>
span { border-color: #7A4315; }
span { border-color: rgb(122,67,21); }
td.TdClassName
{
border-color: #7A4315;
}
.TagClassName
{
border-color: #7A4315;
}
</style>