Shades of Russet #7A3E17
Tints of Russet #7A3E17
RGB
CMYK
RGB Variations
Color information
#7A3E17 (or 0x7A3E17) is known color: Russet. HEX triplet: 7A, 3E and 17. RGB value is (122,62,23). Sum of RGB (Red+Green+Blue) = 122+62+23=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3E17 is #85C1E8. Grayscale: #4B4B4B. Windows color (decimal): -8765929 or 1523322. OLE color: 1523322.
HSL color Cylindrical-coordinate representation of color #7A3E17: hue angle of 23.64º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A3E17 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 23 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.52 |
| HSL | 23.64º | 0.68% | 0.28% | - |
| HSV(B) | 23.64º | 0.81% | 0.48% | - |
| XYZ | 9.9 | 7.64 | 1.76 | - |
| YUV | 75.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 23 | 0 | 0.49 | 0.81 | 0.52 | 23.64 | 0.68 | 0.28 |
| Hex | 7A | 3E | 17 | 0 | 31 | 51 | 34 | 18 | 44 | 1C |
| Octal | 172 | 76 | 27 | 0 | 61 | 121 | 64 | 30 | 104 | 34 |
| Binary | 1111010 | 111110 | 10111 | 0 | 110001 | 1010001 | 110100 | 11000 | 1000100 | 11100 |
Color Harmonies of #7A3E17
Complementary color
Monochromatic Colors of #7A3E17
Black with #7A3E17
Text Example
Text Example
White with #7A3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E17; }
p { color: rgb(122,62,23); }
H1.HeaderClassName
{
color: #7A3E17;
}
.AnyTagClassName
{
color: #7A3E17;
}
</style>
background-color css
<style>
a { background-color: #7A3E17; }
a { background-color: rgb(122,62,23); }
div.DivClassName
{
background-color: #7A3E17;
}
.BgClassName
{
background-color: #7A3E17;
}
</style>
border-color css
<style>
span { border-color: #7A3E17; }
span { border-color: rgb(122,62,23); }
td.TdClassName
{
border-color: #7A3E17;
}
.TagClassName
{
border-color: #7A3E17;
}
</style>