Shades of Russet #7F4421
Tints of Russet #7F4421
RGB
CMYK
RGB Variations
Color information
#7F4421 (or 0x7F4421) is known color: Russet. HEX triplet: 7F, 44 and 21. RGB value is (127,68,33). Sum of RGB (Red+Green+Blue) = 127+68+33=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4421 is #80BBDE. Grayscale: #515151. Windows color (decimal): -8436703 or 2180223. OLE color: 2180223.
HSL color Cylindrical-coordinate representation of color #7F4421: hue angle of 22.34º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F4421 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 33 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.50 |
| HSL | 22.34º | 0.59% | 0.31% | - |
| HSV(B) | 22.34º | 0.74% | 0.5% | - |
| XYZ | 11.09 | 8.76 | 2.54 | - |
| YUV | 81.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 33 | 0 | 0.46 | 0.74 | 0.50 | 22.34 | 0.59 | 0.31 |
| Hex | 7F | 44 | 21 | 0 | 2E | 4A | 32 | 16 | 3B | 1F |
| Octal | 177 | 104 | 41 | 0 | 56 | 112 | 62 | 26 | 73 | 37 |
| Binary | 1111111 | 1000100 | 100001 | 0 | 101110 | 1001010 | 110010 | 10110 | 111011 | 11111 |
Color Harmonies of #7F4421
Complementary color
Monochromatic Colors of #7F4421
Black with #7F4421
Text Example
Text Example
White with #7F4421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4421; }
p { color: rgb(127,68,33); }
H1.HeaderClassName
{
color: #7F4421;
}
.AnyTagClassName
{
color: #7F4421;
}
</style>
background-color css
<style>
a { background-color: #7F4421; }
a { background-color: rgb(127,68,33); }
div.DivClassName
{
background-color: #7F4421;
}
.BgClassName
{
background-color: #7F4421;
}
</style>
border-color css
<style>
span { border-color: #7F4421; }
span { border-color: rgb(127,68,33); }
td.TdClassName
{
border-color: #7F4421;
}
.TagClassName
{
border-color: #7F4421;
}
</style>