Shades of Russet #7F4322
Tints of Russet #7F4322
RGB
CMYK
RGB Variations
Color information
#7F4322 (or 0x7F4322) is known color: Russet. HEX triplet: 7F, 43 and 22. RGB value is (127,67,34). Sum of RGB (Red+Green+Blue) = 127+67+34=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4322 is #80BCDD. Grayscale: #515151. Windows color (decimal): -8436958 or 2245503. OLE color: 2245503.
HSL color Cylindrical-coordinate representation of color #7F4322: hue angle of 21.29º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F4322 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 67 | 34 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.50 |
| HSL | 21.29º | 0.58% | 0.32% | - |
| HSV(B) | 21.29º | 0.73% | 0.5% | - |
| XYZ | 11.05 | 8.64 | 2.6 | - |
| YUV | 81.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 34 | 0 | 0.47 | 0.73 | 0.50 | 21.29 | 0.58 | 0.32 |
| Hex | 7F | 43 | 22 | 0 | 2F | 49 | 32 | 15 | 3A | 20 |
| Octal | 177 | 103 | 42 | 0 | 57 | 111 | 62 | 25 | 72 | 40 |
| Binary | 1111111 | 1000011 | 100010 | 0 | 101111 | 1001001 | 110010 | 10101 | 111010 | 100000 |
Color Harmonies of #7F4322
Complementary color
Monochromatic Colors of #7F4322
Black with #7F4322
Text Example
Text Example
White with #7F4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4322; }
p { color: rgb(127,67,34); }
H1.HeaderClassName
{
color: #7F4322;
}
.AnyTagClassName
{
color: #7F4322;
}
</style>
background-color css
<style>
a { background-color: #7F4322; }
a { background-color: rgb(127,67,34); }
div.DivClassName
{
background-color: #7F4322;
}
.BgClassName
{
background-color: #7F4322;
}
</style>
border-color css
<style>
span { border-color: #7F4322; }
span { border-color: rgb(127,67,34); }
td.TdClassName
{
border-color: #7F4322;
}
.TagClassName
{
border-color: #7F4322;
}
</style>