Shades of Russet #7F4716
Tints of Russet #7F4716
RGB
CMYK
RGB Variations
Color information
#7F4716 (or 0x7F4716) is known color: Russet. HEX triplet: 7F, 47 and 16. RGB value is (127,71,22). Sum of RGB (Red+Green+Blue) = 127+71+22=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4716 is #80B8E9. Grayscale: #525252. Windows color (decimal): -8435946 or 1460095. OLE color: 1460095.
HSL color Cylindrical-coordinate representation of color #7F4716: hue angle of 28º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F4716 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 71 | 22 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.50 |
| HSL | 28º | 0.7% | 0.29% | - |
| HSV(B) | 28º | 0.83% | 0.5% | - |
| XYZ | 11.15 | 9.08 | 1.92 | - |
| YUV | 82.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 71 | 22 | 0 | 0.44 | 0.83 | 0.50 | 28 | 0.7 | 0.29 |
| Hex | 7F | 47 | 16 | 0 | 2C | 53 | 32 | 1C | 46 | 1D |
| Octal | 177 | 107 | 26 | 0 | 54 | 123 | 62 | 34 | 106 | 35 |
| Binary | 1111111 | 1000111 | 10110 | 0 | 101100 | 1010011 | 110010 | 11100 | 1000110 | 11101 |
Color Harmonies of #7F4716
Complementary color
Monochromatic Colors of #7F4716
Black with #7F4716
Text Example
Text Example
White with #7F4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4716; }
p { color: rgb(127,71,22); }
H1.HeaderClassName
{
color: #7F4716;
}
.AnyTagClassName
{
color: #7F4716;
}
</style>
background-color css
<style>
a { background-color: #7F4716; }
a { background-color: rgb(127,71,22); }
div.DivClassName
{
background-color: #7F4716;
}
.BgClassName
{
background-color: #7F4716;
}
</style>
border-color css
<style>
span { border-color: #7F4716; }
span { border-color: rgb(127,71,22); }
td.TdClassName
{
border-color: #7F4716;
}
.TagClassName
{
border-color: #7F4716;
}
</style>