Shades of Russet #7C4012
Tints of Russet #7C4012
RGB
CMYK
RGB Variations
Color information
#7C4012 (or 0x7C4012) is known color: Russet. HEX triplet: 7C, 40 and 12. RGB value is (124,64,18). Sum of RGB (Red+Green+Blue) = 124+64+18=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4012 is #83BFED. Grayscale: #4C4C4C. Windows color (decimal): -8634350 or 1196156. OLE color: 1196156.
HSL color Cylindrical-coordinate representation of color #7C4012: hue angle of 26.04º 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 #7C4012 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 18 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.51 |
| HSL | 26.04º | 0.75% | 0.28% | - |
| HSV(B) | 26.04º | 0.85% | 0.49% | - |
| XYZ | 10.25 | 8 | 1.58 | - |
| YUV | 76.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 18 | 0 | 0.48 | 0.85 | 0.51 | 26.04 | 0.75 | 0.28 |
| Hex | 7C | 40 | 12 | 0 | 30 | 55 | 33 | 1A | 4B | 1C |
| Octal | 174 | 100 | 22 | 0 | 60 | 125 | 63 | 32 | 113 | 34 |
| Binary | 1111100 | 1000000 | 10010 | 0 | 110000 | 1010101 | 110011 | 11010 | 1001011 | 11100 |
Color Harmonies of #7C4012
Complementary color
Monochromatic Colors of #7C4012
Black with #7C4012
Text Example
Text Example
White with #7C4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4012; }
p { color: rgb(124,64,18); }
H1.HeaderClassName
{
color: #7C4012;
}
.AnyTagClassName
{
color: #7C4012;
}
</style>
background-color css
<style>
a { background-color: #7C4012; }
a { background-color: rgb(124,64,18); }
div.DivClassName
{
background-color: #7C4012;
}
.BgClassName
{
background-color: #7C4012;
}
</style>
border-color css
<style>
span { border-color: #7C4012; }
span { border-color: rgb(124,64,18); }
td.TdClassName
{
border-color: #7C4012;
}
.TagClassName
{
border-color: #7C4012;
}
</style>