Shades of Russet #7C3C15
Tints of Russet #7C3C15
RGB
CMYK
RGB Variations
Color information
#7C3C15 (or 0x7C3C15) is known color: Russet. HEX triplet: 7C, 3C and 15. RGB value is (124,60,21). Sum of RGB (Red+Green+Blue) = 124+60+21=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3C15 is #83C3EA. Grayscale: #4A4A4A. Windows color (decimal): -8635371 or 1391740. OLE color: 1391740.
HSL color Cylindrical-coordinate representation of color #7C3C15: hue angle of 22.72º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C3C15 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 21 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.51 |
| HSL | 22.72º | 0.71% | 0.28% | - |
| HSV(B) | 22.72º | 0.83% | 0.49% | - |
| XYZ | 10.06 | 7.57 | 1.64 | - |
| YUV | 74.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 21 | 0 | 0.52 | 0.83 | 0.51 | 22.72 | 0.71 | 0.28 |
| Hex | 7C | 3C | 15 | 0 | 34 | 53 | 33 | 17 | 47 | 1C |
| Octal | 174 | 74 | 25 | 0 | 64 | 123 | 63 | 27 | 107 | 34 |
| Binary | 1111100 | 111100 | 10101 | 0 | 110100 | 1010011 | 110011 | 10111 | 1000111 | 11100 |
Color Harmonies of #7C3C15
Complementary color
Monochromatic Colors of #7C3C15
Black with #7C3C15
Text Example
Text Example
White with #7C3C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C15; }
p { color: rgb(124,60,21); }
H1.HeaderClassName
{
color: #7C3C15;
}
.AnyTagClassName
{
color: #7C3C15;
}
</style>
background-color css
<style>
a { background-color: #7C3C15; }
a { background-color: rgb(124,60,21); }
div.DivClassName
{
background-color: #7C3C15;
}
.BgClassName
{
background-color: #7C3C15;
}
</style>
border-color css
<style>
span { border-color: #7C3C15; }
span { border-color: rgb(124,60,21); }
td.TdClassName
{
border-color: #7C3C15;
}
.TagClassName
{
border-color: #7C3C15;
}
</style>