Shades of Russet #7C4416
Tints of Russet #7C4416
RGB
CMYK
RGB Variations
Color information
#7C4416 (or 0x7C4416) is known color: Russet. HEX triplet: 7C, 44 and 16. RGB value is (124,68,22). Sum of RGB (Red+Green+Blue) = 124+68+22=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4416 is #83BBE9. Grayscale: #4F4F4F. Windows color (decimal): -8633322 or 1459324. OLE color: 1459324.
HSL color Cylindrical-coordinate representation of color #7C4416: hue angle of 27.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C4416 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 22 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.51 |
| HSL | 27.06º | 0.7% | 0.29% | - |
| HSV(B) | 27.06º | 0.82% | 0.49% | - |
| XYZ | 10.52 | 8.48 | 1.84 | - |
| YUV | 79.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 22 | 0 | 0.45 | 0.82 | 0.51 | 27.06 | 0.7 | 0.29 |
| Hex | 7C | 44 | 16 | 0 | 2D | 52 | 33 | 1B | 46 | 1D |
| Octal | 174 | 104 | 26 | 0 | 55 | 122 | 63 | 33 | 106 | 35 |
| Binary | 1111100 | 1000100 | 10110 | 0 | 101101 | 1010010 | 110011 | 11011 | 1000110 | 11101 |
Color Harmonies of #7C4416
Complementary color
Monochromatic Colors of #7C4416
Black with #7C4416
Text Example
Text Example
White with #7C4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4416; }
p { color: rgb(124,68,22); }
H1.HeaderClassName
{
color: #7C4416;
}
.AnyTagClassName
{
color: #7C4416;
}
</style>
background-color css
<style>
a { background-color: #7C4416; }
a { background-color: rgb(124,68,22); }
div.DivClassName
{
background-color: #7C4416;
}
.BgClassName
{
background-color: #7C4416;
}
</style>
border-color css
<style>
span { border-color: #7C4416; }
span { border-color: rgb(124,68,22); }
td.TdClassName
{
border-color: #7C4416;
}
.TagClassName
{
border-color: #7C4416;
}
</style>