Shades of Russet #7F4014
Tints of Russet #7F4014
RGB
CMYK
RGB Variations
Color information
#7F4014 (or 0x7F4014) is known color: Russet. HEX triplet: 7F, 40 and 14. RGB value is (127,64,20). Sum of RGB (Red+Green+Blue) = 127+64+20=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4014 is #80BFEB. Grayscale: #4E4E4E. Windows color (decimal): -8437740 or 1327231. OLE color: 1327231.
HSL color Cylindrical-coordinate representation of color #7F4014: hue angle of 24.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F4014 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 20 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.50 |
| HSL | 24.67º | 0.73% | 0.29% | - |
| HSV(B) | 24.67º | 0.84% | 0.5% | - |
| XYZ | 10.71 | 8.23 | 1.69 | - |
| YUV | 77.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 20 | 0 | 0.50 | 0.84 | 0.50 | 24.67 | 0.73 | 0.29 |
| Hex | 7F | 40 | 14 | 0 | 32 | 54 | 32 | 19 | 49 | 1D |
| Octal | 177 | 100 | 24 | 0 | 62 | 124 | 62 | 31 | 111 | 35 |
| Binary | 1111111 | 1000000 | 10100 | 0 | 110010 | 1010100 | 110010 | 11001 | 1001001 | 11101 |
Color Harmonies of #7F4014
Complementary color
Monochromatic Colors of #7F4014
Black with #7F4014
Text Example
Text Example
White with #7F4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4014; }
p { color: rgb(127,64,20); }
H1.HeaderClassName
{
color: #7F4014;
}
.AnyTagClassName
{
color: #7F4014;
}
</style>
background-color css
<style>
a { background-color: #7F4014; }
a { background-color: rgb(127,64,20); }
div.DivClassName
{
background-color: #7F4014;
}
.BgClassName
{
background-color: #7F4014;
}
</style>
border-color css
<style>
span { border-color: #7F4014; }
span { border-color: rgb(127,64,20); }
td.TdClassName
{
border-color: #7F4014;
}
.TagClassName
{
border-color: #7F4014;
}
</style>