Shades of Russet #7B4819
Tints of Russet #7B4819
RGB
CMYK
RGB Variations
Color information
#7B4819 (or 0x7B4819) is known color: Russet. HEX triplet: 7B, 48 and 19. RGB value is (123,72,25). Sum of RGB (Red+Green+Blue) = 123+72+25=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4819 is #84B7E6. Grayscale: #525252. Windows color (decimal): -8697831 or 1656955. OLE color: 1656955.
HSL color Cylindrical-coordinate representation of color #7B4819: hue angle of 28.78º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B4819 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 25 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.52 |
| HSL | 28.78º | 0.66% | 0.29% | - |
| HSV(B) | 28.78º | 0.8% | 0.48% | - |
| XYZ | 10.66 | 8.92 | 2.08 | - |
| YUV | 81.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 25 | 0 | 0.41 | 0.80 | 0.52 | 28.78 | 0.66 | 0.29 |
| Hex | 7B | 48 | 19 | 0 | 29 | 50 | 34 | 1D | 42 | 1D |
| Octal | 173 | 110 | 31 | 0 | 51 | 120 | 64 | 35 | 102 | 35 |
| Binary | 1111011 | 1001000 | 11001 | 0 | 101001 | 1010000 | 110100 | 11101 | 1000010 | 11101 |
Color Harmonies of #7B4819
Complementary color
Monochromatic Colors of #7B4819
Black with #7B4819
Text Example
Text Example
White with #7B4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4819; }
p { color: rgb(123,72,25); }
H1.HeaderClassName
{
color: #7B4819;
}
.AnyTagClassName
{
color: #7B4819;
}
</style>
background-color css
<style>
a { background-color: #7B4819; }
a { background-color: rgb(123,72,25); }
div.DivClassName
{
background-color: #7B4819;
}
.BgClassName
{
background-color: #7B4819;
}
</style>
border-color css
<style>
span { border-color: #7B4819; }
span { border-color: rgb(123,72,25); }
td.TdClassName
{
border-color: #7B4819;
}
.TagClassName
{
border-color: #7B4819;
}
</style>