Shades of Russet #7C5020
Tints of Russet #7C5020
RGB
CMYK
RGB Variations
Color information
#7C5020 (or 0x7C5020) is known color: Russet. HEX triplet: 7C, 50 and 20. RGB value is (124,80,32). Sum of RGB (Red+Green+Blue) = 124+80+32=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5020 is #83AFDF. Grayscale: #575757. Windows color (decimal): -8630240 or 2117756. OLE color: 2117756.
HSL color Cylindrical-coordinate representation of color #7C5020: hue angle of 31.3º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C5020 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 32 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.51 |
| HSL | 31.3º | 0.59% | 0.31% | - |
| HSV(B) | 31.3º | 0.74% | 0.49% | - |
| XYZ | 11.44 | 10.13 | 2.72 | - |
| YUV | 87.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 32 | 0 | 0.35 | 0.74 | 0.51 | 31.3 | 0.59 | 0.31 |
| Hex | 7C | 50 | 20 | 0 | 23 | 4A | 33 | 1F | 3B | 1F |
| Octal | 174 | 120 | 40 | 0 | 43 | 112 | 63 | 37 | 73 | 37 |
| Binary | 1111100 | 1010000 | 100000 | 0 | 100011 | 1001010 | 110011 | 11111 | 111011 | 11111 |
Color Harmonies of #7C5020
Complementary color
Monochromatic Colors of #7C5020
Black with #7C5020
Text Example
Text Example
White with #7C5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5020; }
p { color: rgb(124,80,32); }
H1.HeaderClassName
{
color: #7C5020;
}
.AnyTagClassName
{
color: #7C5020;
}
</style>
background-color css
<style>
a { background-color: #7C5020; }
a { background-color: rgb(124,80,32); }
div.DivClassName
{
background-color: #7C5020;
}
.BgClassName
{
background-color: #7C5020;
}
</style>
border-color css
<style>
span { border-color: #7C5020; }
span { border-color: rgb(124,80,32); }
td.TdClassName
{
border-color: #7C5020;
}
.TagClassName
{
border-color: #7C5020;
}
</style>