Shades of Russet #7B4413
Tints of Russet #7B4413
RGB
CMYK
RGB Variations
Color information
#7B4413 (or 0x7B4413) is known color: Russet. HEX triplet: 7B, 44 and 13. RGB value is (123,68,19). Sum of RGB (Red+Green+Blue) = 123+68+19=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4413 is #84BBEC. Grayscale: #4F4F4F. Windows color (decimal): -8698861 or 1262715. OLE color: 1262715.
HSL color Cylindrical-coordinate representation of color #7B4413: hue angle of 28.27º 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 #7B4413 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 68 | 19 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.52 |
| HSL | 28.27º | 0.73% | 0.28% | - |
| HSV(B) | 28.27º | 0.85% | 0.48% | - |
| XYZ | 10.35 | 8.39 | 1.69 | - |
| YUV | 78.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 19 | 0 | 0.45 | 0.85 | 0.52 | 28.27 | 0.73 | 0.28 |
| Hex | 7B | 44 | 13 | 0 | 2D | 55 | 34 | 1C | 49 | 1C |
| Octal | 173 | 104 | 23 | 0 | 55 | 125 | 64 | 34 | 111 | 34 |
| Binary | 1111011 | 1000100 | 10011 | 0 | 101101 | 1010101 | 110100 | 11100 | 1001001 | 11100 |
Color Harmonies of #7B4413
Complementary color
Monochromatic Colors of #7B4413
Black with #7B4413
Text Example
Text Example
White with #7B4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4413; }
p { color: rgb(123,68,19); }
H1.HeaderClassName
{
color: #7B4413;
}
.AnyTagClassName
{
color: #7B4413;
}
</style>
background-color css
<style>
a { background-color: #7B4413; }
a { background-color: rgb(123,68,19); }
div.DivClassName
{
background-color: #7B4413;
}
.BgClassName
{
background-color: #7B4413;
}
</style>
border-color css
<style>
span { border-color: #7B4413; }
span { border-color: rgb(123,68,19); }
td.TdClassName
{
border-color: #7B4413;
}
.TagClassName
{
border-color: #7B4413;
}
</style>