Shades of Russet #7B4621
Tints of Russet #7B4621
RGB
CMYK
RGB Variations
Color information
#7B4621 (or 0x7B4621) is known color: Russet. HEX triplet: 7B, 46 and 21. RGB value is (123,70,33). Sum of RGB (Red+Green+Blue) = 123+70+33=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4621 is #84B9DE. Grayscale: #515151. Windows color (decimal): -8698335 or 2180731. OLE color: 2180731.
HSL color Cylindrical-coordinate representation of color #7B4621: hue angle of 24.67º 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 #7B4621 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 70 | 33 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.52 |
| HSL | 24.67º | 0.58% | 0.31% | - |
| HSV(B) | 24.67º | 0.73% | 0.48% | - |
| XYZ | 10.63 | 8.7 | 2.56 | - |
| YUV | 81.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 70 | 33 | 0 | 0.43 | 0.73 | 0.52 | 24.67 | 0.58 | 0.31 |
| Hex | 7B | 46 | 21 | 0 | 2B | 49 | 34 | 19 | 3A | 1F |
| Octal | 173 | 106 | 41 | 0 | 53 | 111 | 64 | 31 | 72 | 37 |
| Binary | 1111011 | 1000110 | 100001 | 0 | 101011 | 1001001 | 110100 | 11001 | 111010 | 11111 |
Color Harmonies of #7B4621
Complementary color
Monochromatic Colors of #7B4621
Black with #7B4621
Text Example
Text Example
White with #7B4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4621; }
p { color: rgb(123,70,33); }
H1.HeaderClassName
{
color: #7B4621;
}
.AnyTagClassName
{
color: #7B4621;
}
</style>
background-color css
<style>
a { background-color: #7B4621; }
a { background-color: rgb(123,70,33); }
div.DivClassName
{
background-color: #7B4621;
}
.BgClassName
{
background-color: #7B4621;
}
</style>
border-color css
<style>
span { border-color: #7B4621; }
span { border-color: rgb(123,70,33); }
td.TdClassName
{
border-color: #7B4621;
}
.TagClassName
{
border-color: #7B4621;
}
</style>