Shades of Russet #7B4113
Tints of Russet #7B4113
RGB
CMYK
RGB Variations
Color information
#7B4113 (or 0x7B4113) is known color: Russet. HEX triplet: 7B, 41 and 13. RGB value is (123,65,19). Sum of RGB (Red+Green+Blue) = 123+65+19=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4113 is #84BEEC. Grayscale: #4D4D4D. Windows color (decimal): -8699629 or 1261947. OLE color: 1261947.
HSL color Cylindrical-coordinate representation of color #7B4113: hue angle of 26.54º 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 #7B4113 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 65 | 19 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.52 |
| HSL | 26.54º | 0.73% | 0.28% | - |
| HSV(B) | 26.54º | 0.85% | 0.48% | - |
| XYZ | 10.18 | 8.04 | 1.63 | - |
| YUV | 77.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 19 | 0 | 0.47 | 0.85 | 0.52 | 26.54 | 0.73 | 0.28 |
| Hex | 7B | 41 | 13 | 0 | 2F | 55 | 34 | 1B | 49 | 1C |
| Octal | 173 | 101 | 23 | 0 | 57 | 125 | 64 | 33 | 111 | 34 |
| Binary | 1111011 | 1000001 | 10011 | 0 | 101111 | 1010101 | 110100 | 11011 | 1001001 | 11100 |
Color Harmonies of #7B4113
Complementary color
Monochromatic Colors of #7B4113
Black with #7B4113
Text Example
Text Example
White with #7B4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4113; }
p { color: rgb(123,65,19); }
H1.HeaderClassName
{
color: #7B4113;
}
.AnyTagClassName
{
color: #7B4113;
}
</style>
background-color css
<style>
a { background-color: #7B4113; }
a { background-color: rgb(123,65,19); }
div.DivClassName
{
background-color: #7B4113;
}
.BgClassName
{
background-color: #7B4113;
}
</style>
border-color css
<style>
span { border-color: #7B4113; }
span { border-color: rgb(123,65,19); }
td.TdClassName
{
border-color: #7B4113;
}
.TagClassName
{
border-color: #7B4113;
}
</style>