Shades of Russet #7C3C11
Tints of Russet #7C3C11
RGB
CMYK
RGB Variations
Color information
#7C3C11 (or 0x7C3C11) is known color: Russet. HEX triplet: 7C, 3C and 11. RGB value is (124,60,17). Sum of RGB (Red+Green+Blue) = 124+60+17=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3C11 is #83C3EE. Grayscale: #4A4A4A. Windows color (decimal): -8635375 or 1129596. OLE color: 1129596.
HSL color Cylindrical-coordinate representation of color #7C3C11: hue angle of 24.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C3C11 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 17 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.51 |
| HSL | 24.11º | 0.76% | 0.28% | - |
| HSV(B) | 24.11º | 0.86% | 0.49% | - |
| XYZ | 10.03 | 7.56 | 1.46 | - |
| YUV | 74.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 17 | 0 | 0.52 | 0.86 | 0.51 | 24.11 | 0.76 | 0.28 |
| Hex | 7C | 3C | 11 | 0 | 34 | 56 | 33 | 18 | 4C | 1C |
| Octal | 174 | 74 | 21 | 0 | 64 | 126 | 63 | 30 | 114 | 34 |
| Binary | 1111100 | 111100 | 10001 | 0 | 110100 | 1010110 | 110011 | 11000 | 1001100 | 11100 |
Color Harmonies of #7C3C11
Complementary color
Monochromatic Colors of #7C3C11
Black with #7C3C11
Text Example
Text Example
White with #7C3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C11; }
p { color: rgb(124,60,17); }
H1.HeaderClassName
{
color: #7C3C11;
}
.AnyTagClassName
{
color: #7C3C11;
}
</style>
background-color css
<style>
a { background-color: #7C3C11; }
a { background-color: rgb(124,60,17); }
div.DivClassName
{
background-color: #7C3C11;
}
.BgClassName
{
background-color: #7C3C11;
}
</style>
border-color css
<style>
span { border-color: #7C3C11; }
span { border-color: rgb(124,60,17); }
td.TdClassName
{
border-color: #7C3C11;
}
.TagClassName
{
border-color: #7C3C11;
}
</style>