Shades of Russet #7C3F16
Tints of Russet #7C3F16
RGB
CMYK
RGB Variations
Color information
#7C3F16 (or 0x7C3F16) is known color: Russet. HEX triplet: 7C, 3F and 16. RGB value is (124,63,22). Sum of RGB (Red+Green+Blue) = 124+63+22=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3F16 is #83C0E9. Grayscale: #4C4C4C. Windows color (decimal): -8634602 or 1458044. OLE color: 1458044.
HSL color Cylindrical-coordinate representation of color #7C3F16: hue angle of 24.12º 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 #7C3F16 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 63 | 22 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.51 |
| HSL | 24.12º | 0.7% | 0.29% | - |
| HSV(B) | 24.12º | 0.82% | 0.49% | - |
| XYZ | 10.23 | 7.9 | 1.74 | - |
| YUV | 76.57 | 97.21 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 22 | 0 | 0.49 | 0.82 | 0.51 | 24.12 | 0.7 | 0.29 |
| Hex | 7C | 3F | 16 | 0 | 31 | 52 | 33 | 18 | 46 | 1D |
| Octal | 174 | 77 | 26 | 0 | 61 | 122 | 63 | 30 | 106 | 35 |
| Binary | 1111100 | 111111 | 10110 | 0 | 110001 | 1010010 | 110011 | 11000 | 1000110 | 11101 |
Color Harmonies of #7C3F16
Complementary color
Monochromatic Colors of #7C3F16
Black with #7C3F16
Text Example
Text Example
White with #7C3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3F16; }
p { color: rgb(124,63,22); }
H1.HeaderClassName
{
color: #7C3F16;
}
.AnyTagClassName
{
color: #7C3F16;
}
</style>
background-color css
<style>
a { background-color: #7C3F16; }
a { background-color: rgb(124,63,22); }
div.DivClassName
{
background-color: #7C3F16;
}
.BgClassName
{
background-color: #7C3F16;
}
</style>
border-color css
<style>
span { border-color: #7C3F16; }
span { border-color: rgb(124,63,22); }
td.TdClassName
{
border-color: #7C3F16;
}
.TagClassName
{
border-color: #7C3F16;
}
</style>