Shades of Russet #7C4612
Tints of Russet #7C4612
RGB
CMYK
RGB Variations
Color information
#7C4612 (or 0x7C4612) is known color: Russet. HEX triplet: 7C, 46 and 12. RGB value is (124,70,18). Sum of RGB (Red+Green+Blue) = 124+70+18=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4612 is #83B9ED. Grayscale: #505050. Windows color (decimal): -8632814 or 1197692. OLE color: 1197692.
HSL color Cylindrical-coordinate representation of color #7C4612: hue angle of 29.43º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C4612 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 18 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.51 |
| HSL | 29.43º | 0.75% | 0.28% | - |
| HSV(B) | 29.43º | 0.85% | 0.49% | - |
| XYZ | 10.61 | 8.71 | 1.69 | - |
| YUV | 80.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 18 | 0 | 0.44 | 0.85 | 0.51 | 29.43 | 0.75 | 0.28 |
| Hex | 7C | 46 | 12 | 0 | 2C | 55 | 33 | 1D | 4B | 1C |
| Octal | 174 | 106 | 22 | 0 | 54 | 125 | 63 | 35 | 113 | 34 |
| Binary | 1111100 | 1000110 | 10010 | 0 | 101100 | 1010101 | 110011 | 11101 | 1001011 | 11100 |
Color Harmonies of #7C4612
Complementary color
Monochromatic Colors of #7C4612
Black with #7C4612
Text Example
Text Example
White with #7C4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4612; }
p { color: rgb(124,70,18); }
H1.HeaderClassName
{
color: #7C4612;
}
.AnyTagClassName
{
color: #7C4612;
}
</style>
background-color css
<style>
a { background-color: #7C4612; }
a { background-color: rgb(124,70,18); }
div.DivClassName
{
background-color: #7C4612;
}
.BgClassName
{
background-color: #7C4612;
}
</style>
border-color css
<style>
span { border-color: #7C4612; }
span { border-color: rgb(124,70,18); }
td.TdClassName
{
border-color: #7C4612;
}
.TagClassName
{
border-color: #7C4612;
}
</style>