Shades of Russet #7C4512
Tints of Russet #7C4512
RGB
CMYK
RGB Variations
Color information
#7C4512 (or 0x7C4512) is known color: Russet. HEX triplet: 7C, 45 and 12. RGB value is (124,69,18). Sum of RGB (Red+Green+Blue) = 124+69+18=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4512 is #83BAED. Grayscale: #4F4F4F. Windows color (decimal): -8633070 or 1197436. OLE color: 1197436.
HSL color Cylindrical-coordinate representation of color #7C4512: hue angle of 28.87º 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 #7C4512 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 18 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.51 |
| HSL | 28.87º | 0.75% | 0.28% | - |
| HSV(B) | 28.87º | 0.85% | 0.49% | - |
| XYZ | 10.55 | 8.59 | 1.67 | - |
| YUV | 79.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 18 | 0 | 0.44 | 0.85 | 0.51 | 28.87 | 0.75 | 0.28 |
| Hex | 7C | 45 | 12 | 0 | 2C | 55 | 33 | 1D | 4B | 1C |
| Octal | 174 | 105 | 22 | 0 | 54 | 125 | 63 | 35 | 113 | 34 |
| Binary | 1111100 | 1000101 | 10010 | 0 | 101100 | 1010101 | 110011 | 11101 | 1001011 | 11100 |
Color Harmonies of #7C4512
Complementary color
Monochromatic Colors of #7C4512
Black with #7C4512
Text Example
Text Example
White with #7C4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4512; }
p { color: rgb(124,69,18); }
H1.HeaderClassName
{
color: #7C4512;
}
.AnyTagClassName
{
color: #7C4512;
}
</style>
background-color css
<style>
a { background-color: #7C4512; }
a { background-color: rgb(124,69,18); }
div.DivClassName
{
background-color: #7C4512;
}
.BgClassName
{
background-color: #7C4512;
}
</style>
border-color css
<style>
span { border-color: #7C4512; }
span { border-color: rgb(124,69,18); }
td.TdClassName
{
border-color: #7C4512;
}
.TagClassName
{
border-color: #7C4512;
}
</style>