Shades of Russet #7B4312
Tints of Russet #7B4312
RGB
CMYK
RGB Variations
Color information
#7B4312 (or 0x7B4312) is known color: Russet. HEX triplet: 7B, 43 and 12. RGB value is (123,67,18). Sum of RGB (Red+Green+Blue) = 123+67+18=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4312 is #84BCED. Grayscale: #4E4E4E. Windows color (decimal): -8699118 or 1196923. OLE color: 1196923.
HSL color Cylindrical-coordinate representation of color #7B4312: hue angle of 28º degrees, saturation: 0.74, 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 #7B4312 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 18 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.52 |
| HSL | 28º | 0.74% | 0.28% | - |
| HSV(B) | 28º | 0.85% | 0.48% | - |
| XYZ | 10.28 | 8.27 | 1.63 | - |
| YUV | 78.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 18 | 0 | 0.46 | 0.85 | 0.52 | 28 | 0.74 | 0.28 |
| Hex | 7B | 43 | 12 | 0 | 2E | 55 | 34 | 1C | 4A | 1C |
| Octal | 173 | 103 | 22 | 0 | 56 | 125 | 64 | 34 | 112 | 34 |
| Binary | 1111011 | 1000011 | 10010 | 0 | 101110 | 1010101 | 110100 | 11100 | 1001010 | 11100 |
Color Harmonies of #7B4312
Complementary color
Monochromatic Colors of #7B4312
Black with #7B4312
Text Example
Text Example
White with #7B4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4312; }
p { color: rgb(123,67,18); }
H1.HeaderClassName
{
color: #7B4312;
}
.AnyTagClassName
{
color: #7B4312;
}
</style>
background-color css
<style>
a { background-color: #7B4312; }
a { background-color: rgb(123,67,18); }
div.DivClassName
{
background-color: #7B4312;
}
.BgClassName
{
background-color: #7B4312;
}
</style>
border-color css
<style>
span { border-color: #7B4312; }
span { border-color: rgb(123,67,18); }
td.TdClassName
{
border-color: #7B4312;
}
.TagClassName
{
border-color: #7B4312;
}
</style>