Shades of Russet #7B4721
Tints of Russet #7B4721
RGB
CMYK
RGB Variations
Color information
#7B4721 (or 0x7B4721) is known color: Russet. HEX triplet: 7B, 47 and 21. RGB value is (123,71,33). Sum of RGB (Red+Green+Blue) = 123+71+33=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4721 is #84B8DE. Grayscale: #525252. Windows color (decimal): -8698079 or 2180987. OLE color: 2180987.
HSL color Cylindrical-coordinate representation of color #7B4721: hue angle of 25.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B4721 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 71 | 33 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.52 |
| HSL | 25.33º | 0.58% | 0.31% | - |
| HSV(B) | 25.33º | 0.73% | 0.48% | - |
| XYZ | 10.7 | 8.83 | 2.58 | - |
| YUV | 82.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 33 | 0 | 0.42 | 0.73 | 0.52 | 25.33 | 0.58 | 0.31 |
| Hex | 7B | 47 | 21 | 0 | 2A | 49 | 34 | 19 | 3A | 1F |
| Octal | 173 | 107 | 41 | 0 | 52 | 111 | 64 | 31 | 72 | 37 |
| Binary | 1111011 | 1000111 | 100001 | 0 | 101010 | 1001001 | 110100 | 11001 | 111010 | 11111 |
Color Harmonies of #7B4721
Complementary color
Monochromatic Colors of #7B4721
Black with #7B4721
Text Example
Text Example
White with #7B4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4721; }
p { color: rgb(123,71,33); }
H1.HeaderClassName
{
color: #7B4721;
}
.AnyTagClassName
{
color: #7B4721;
}
</style>
background-color css
<style>
a { background-color: #7B4721; }
a { background-color: rgb(123,71,33); }
div.DivClassName
{
background-color: #7B4721;
}
.BgClassName
{
background-color: #7B4721;
}
</style>
border-color css
<style>
span { border-color: #7B4721; }
span { border-color: rgb(123,71,33); }
td.TdClassName
{
border-color: #7B4721;
}
.TagClassName
{
border-color: #7B4721;
}
</style>