Shades of Russet #7B4E1D
Tints of Russet #7B4E1D
RGB
CMYK
RGB Variations
Color information
#7B4E1D (or 0x7B4E1D) is known color: Russet. HEX triplet: 7B, 4E and 1D. RGB value is (123,78,29). Sum of RGB (Red+Green+Blue) = 123+78+29=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4E1D is #84B1E2. Grayscale: #565656. Windows color (decimal): -8696291 or 1920635. OLE color: 1920635.
HSL color Cylindrical-coordinate representation of color #7B4E1D: hue angle of 31.28º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B4E1D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 29 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.52 |
| HSL | 31.28º | 0.62% | 0.3% | - |
| HSV(B) | 31.28º | 0.76% | 0.48% | - |
| XYZ | 11.11 | 9.75 | 2.46 | - |
| YUV | 85.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 29 | 0 | 0.37 | 0.76 | 0.52 | 31.28 | 0.62 | 0.3 |
| Hex | 7B | 4E | 1D | 0 | 25 | 4C | 34 | 1F | 3E | 1E |
| Octal | 173 | 116 | 35 | 0 | 45 | 114 | 64 | 37 | 76 | 36 |
| Binary | 1111011 | 1001110 | 11101 | 0 | 100101 | 1001100 | 110100 | 11111 | 111110 | 11110 |
Color Harmonies of #7B4E1D
Complementary color
Monochromatic Colors of #7B4E1D
Black with #7B4E1D
Text Example
Text Example
White with #7B4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E1D; }
p { color: rgb(123,78,29); }
H1.HeaderClassName
{
color: #7B4E1D;
}
.AnyTagClassName
{
color: #7B4E1D;
}
</style>
background-color css
<style>
a { background-color: #7B4E1D; }
a { background-color: rgb(123,78,29); }
div.DivClassName
{
background-color: #7B4E1D;
}
.BgClassName
{
background-color: #7B4E1D;
}
</style>
border-color css
<style>
span { border-color: #7B4E1D; }
span { border-color: rgb(123,78,29); }
td.TdClassName
{
border-color: #7B4E1D;
}
.TagClassName
{
border-color: #7B4E1D;
}
</style>