Shades of Russet #7C4719
Tints of Russet #7C4719
RGB
CMYK
RGB Variations
Color information
#7C4719 (or 0x7C4719) is known color: Russet. HEX triplet: 7C, 47 and 19. RGB value is (124,71,25). Sum of RGB (Red+Green+Blue) = 124+71+25=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4719 is #83B8E6. Grayscale: #515151. Windows color (decimal): -8632551 or 1656700. OLE color: 1656700.
HSL color Cylindrical-coordinate representation of color #7C4719: hue angle of 27.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C4719 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 25 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.51 |
| HSL | 27.88º | 0.66% | 0.29% | - |
| HSV(B) | 27.88º | 0.8% | 0.49% | - |
| XYZ | 10.74 | 8.86 | 2.06 | - |
| YUV | 81.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 25 | 0 | 0.43 | 0.80 | 0.51 | 27.88 | 0.66 | 0.29 |
| Hex | 7C | 47 | 19 | 0 | 2B | 50 | 33 | 1C | 42 | 1D |
| Octal | 174 | 107 | 31 | 0 | 53 | 120 | 63 | 34 | 102 | 35 |
| Binary | 1111100 | 1000111 | 11001 | 0 | 101011 | 1010000 | 110011 | 11100 | 1000010 | 11101 |
Color Harmonies of #7C4719
Complementary color
Monochromatic Colors of #7C4719
Black with #7C4719
Text Example
Text Example
White with #7C4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4719; }
p { color: rgb(124,71,25); }
H1.HeaderClassName
{
color: #7C4719;
}
.AnyTagClassName
{
color: #7C4719;
}
</style>
background-color css
<style>
a { background-color: #7C4719; }
a { background-color: rgb(124,71,25); }
div.DivClassName
{
background-color: #7C4719;
}
.BgClassName
{
background-color: #7C4719;
}
</style>
border-color css
<style>
span { border-color: #7C4719; }
span { border-color: rgb(124,71,25); }
td.TdClassName
{
border-color: #7C4719;
}
.TagClassName
{
border-color: #7C4719;
}
</style>