Shades of Russet #7B4313
Tints of Russet #7B4313
RGB
CMYK
RGB Variations
Color information
#7B4313 (or 0x7B4313) is known color: Russet. HEX triplet: 7B, 43 and 13. RGB value is (123,67,19). Sum of RGB (Red+Green+Blue) = 123+67+19=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4313 is #84BCEC. Grayscale: #4E4E4E. Windows color (decimal): -8699117 or 1262459. OLE color: 1262459.
HSL color Cylindrical-coordinate representation of color #7B4313: hue angle of 27.69º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B4313 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 19 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.52 |
| HSL | 27.69º | 0.73% | 0.28% | - |
| HSV(B) | 27.69º | 0.85% | 0.48% | - |
| XYZ | 10.29 | 8.27 | 1.67 | - |
| YUV | 78.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 19 | 0 | 0.46 | 0.85 | 0.52 | 27.69 | 0.73 | 0.28 |
| Hex | 7B | 43 | 13 | 0 | 2E | 55 | 34 | 1C | 49 | 1C |
| Octal | 173 | 103 | 23 | 0 | 56 | 125 | 64 | 34 | 111 | 34 |
| Binary | 1111011 | 1000011 | 10011 | 0 | 101110 | 1010101 | 110100 | 11100 | 1001001 | 11100 |
Color Harmonies of #7B4313
Complementary color
Monochromatic Colors of #7B4313
Black with #7B4313
Text Example
Text Example
White with #7B4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4313; }
p { color: rgb(123,67,19); }
H1.HeaderClassName
{
color: #7B4313;
}
.AnyTagClassName
{
color: #7B4313;
}
</style>
background-color css
<style>
a { background-color: #7B4313; }
a { background-color: rgb(123,67,19); }
div.DivClassName
{
background-color: #7B4313;
}
.BgClassName
{
background-color: #7B4313;
}
</style>
border-color css
<style>
span { border-color: #7B4313; }
span { border-color: rgb(123,67,19); }
td.TdClassName
{
border-color: #7B4313;
}
.TagClassName
{
border-color: #7B4313;
}
</style>