Shades of Russet #7C4617
Tints of Russet #7C4617
RGB
CMYK
RGB Variations
Color information
#7C4617 (or 0x7C4617) is known color: Russet. HEX triplet: 7C, 46 and 17. RGB value is (124,70,23). Sum of RGB (Red+Green+Blue) = 124+70+23=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4617 is #83B9E8. Grayscale: #515151. Windows color (decimal): -8632809 or 1525372. OLE color: 1525372.
HSL color Cylindrical-coordinate representation of color #7C4617: hue angle of 27.92º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C4617 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 23 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.51 |
| HSL | 27.92º | 0.69% | 0.29% | - |
| HSV(B) | 27.92º | 0.81% | 0.49% | - |
| XYZ | 10.66 | 8.73 | 1.93 | - |
| YUV | 80.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 23 | 0 | 0.44 | 0.81 | 0.51 | 27.92 | 0.69 | 0.29 |
| Hex | 7C | 46 | 17 | 0 | 2C | 51 | 33 | 1C | 45 | 1D |
| Octal | 174 | 106 | 27 | 0 | 54 | 121 | 63 | 34 | 105 | 35 |
| Binary | 1111100 | 1000110 | 10111 | 0 | 101100 | 1010001 | 110011 | 11100 | 1000101 | 11101 |
Color Harmonies of #7C4617
Complementary color
Monochromatic Colors of #7C4617
Black with #7C4617
Text Example
Text Example
White with #7C4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4617; }
p { color: rgb(124,70,23); }
H1.HeaderClassName
{
color: #7C4617;
}
.AnyTagClassName
{
color: #7C4617;
}
</style>
background-color css
<style>
a { background-color: #7C4617; }
a { background-color: rgb(124,70,23); }
div.DivClassName
{
background-color: #7C4617;
}
.BgClassName
{
background-color: #7C4617;
}
</style>
border-color css
<style>
span { border-color: #7C4617; }
span { border-color: rgb(124,70,23); }
td.TdClassName
{
border-color: #7C4617;
}
.TagClassName
{
border-color: #7C4617;
}
</style>