Shades of Russet #7B4219
Tints of Russet #7B4219
RGB
CMYK
RGB Variations
Color information
#7B4219 (or 0x7B4219) is known color: Russet. HEX triplet: 7B, 42 and 19. RGB value is (123,66,25). Sum of RGB (Red+Green+Blue) = 123+66+25=214 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.48% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4219 is #84BDE6. Grayscale: #4E4E4E. Windows color (decimal): -8699367 or 1655419. OLE color: 1655419.
HSL color Cylindrical-coordinate representation of color #7B4219: hue angle of 25.1º 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 #7B4219 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 25 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.52 |
| HSL | 25.1º | 0.66% | 0.29% | - |
| HSV(B) | 25.1º | 0.8% | 0.48% | - |
| XYZ | 10.29 | 8.18 | 1.96 | - |
| YUV | 78.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 25 | 0 | 0.46 | 0.80 | 0.52 | 25.1 | 0.66 | 0.29 |
| Hex | 7B | 42 | 19 | 0 | 2E | 50 | 34 | 19 | 42 | 1D |
| Octal | 173 | 102 | 31 | 0 | 56 | 120 | 64 | 31 | 102 | 35 |
| Binary | 1111011 | 1000010 | 11001 | 0 | 101110 | 1010000 | 110100 | 11001 | 1000010 | 11101 |
Color Harmonies of #7B4219
Complementary color
Monochromatic Colors of #7B4219
Black with #7B4219
Text Example
Text Example
White with #7B4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4219; }
p { color: rgb(123,66,25); }
H1.HeaderClassName
{
color: #7B4219;
}
.AnyTagClassName
{
color: #7B4219;
}
</style>
background-color css
<style>
a { background-color: #7B4219; }
a { background-color: rgb(123,66,25); }
div.DivClassName
{
background-color: #7B4219;
}
.BgClassName
{
background-color: #7B4219;
}
</style>
border-color css
<style>
span { border-color: #7B4219; }
span { border-color: rgb(123,66,25); }
td.TdClassName
{
border-color: #7B4219;
}
.TagClassName
{
border-color: #7B4219;
}
</style>