Shades of Russet #7B4218
Tints of Russet #7B4218
RGB
CMYK
RGB Variations
Color information
#7B4218 (or 0x7B4218) is known color: Russet. HEX triplet: 7B, 42 and 18. RGB value is (123,66,24). Sum of RGB (Red+Green+Blue) = 123+66+24=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4218 is #84BDE7. Grayscale: #4E4E4E. Windows color (decimal): -8699368 or 1589883. OLE color: 1589883.
HSL color Cylindrical-coordinate representation of color #7B4218: hue angle of 25.45º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B4218 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 24 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.52 |
| HSL | 25.45º | 0.67% | 0.29% | - |
| HSV(B) | 25.45º | 0.8% | 0.48% | - |
| XYZ | 10.28 | 8.17 | 1.9 | - |
| YUV | 78.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 24 | 0 | 0.46 | 0.80 | 0.52 | 25.45 | 0.67 | 0.29 |
| Hex | 7B | 42 | 18 | 0 | 2E | 50 | 34 | 19 | 43 | 1D |
| Octal | 173 | 102 | 30 | 0 | 56 | 120 | 64 | 31 | 103 | 35 |
| Binary | 1111011 | 1000010 | 11000 | 0 | 101110 | 1010000 | 110100 | 11001 | 1000011 | 11101 |
Color Harmonies of #7B4218
Complementary color
Monochromatic Colors of #7B4218
Black with #7B4218
Text Example
Text Example
White with #7B4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4218; }
p { color: rgb(123,66,24); }
H1.HeaderClassName
{
color: #7B4218;
}
.AnyTagClassName
{
color: #7B4218;
}
</style>
background-color css
<style>
a { background-color: #7B4218; }
a { background-color: rgb(123,66,24); }
div.DivClassName
{
background-color: #7B4218;
}
.BgClassName
{
background-color: #7B4218;
}
</style>
border-color css
<style>
span { border-color: #7B4218; }
span { border-color: rgb(123,66,24); }
td.TdClassName
{
border-color: #7B4218;
}
.TagClassName
{
border-color: #7B4218;
}
</style>