Shades of Russet #7B4D21
Tints of Russet #7B4D21
RGB
CMYK
RGB Variations
Color information
#7B4D21 (or 0x7B4D21) is known color: Russet. HEX triplet: 7B, 4D and 21. RGB value is (123,77,33). Sum of RGB (Red+Green+Blue) = 123+77+33=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4D21 is #84B2DE. Grayscale: #555555. Windows color (decimal): -8696543 or 2182523. OLE color: 2182523.
HSL color Cylindrical-coordinate representation of color #7B4D21: hue angle of 29.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B4D21 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 33 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.52 |
| HSL | 29.33º | 0.58% | 0.31% | - |
| HSV(B) | 29.33º | 0.73% | 0.48% | - |
| XYZ | 11.1 | 9.63 | 2.71 | - |
| YUV | 85.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 33 | 0 | 0.37 | 0.73 | 0.52 | 29.33 | 0.58 | 0.31 |
| Hex | 7B | 4D | 21 | 0 | 25 | 49 | 34 | 1D | 3A | 1F |
| Octal | 173 | 115 | 41 | 0 | 45 | 111 | 64 | 35 | 72 | 37 |
| Binary | 1111011 | 1001101 | 100001 | 0 | 100101 | 1001001 | 110100 | 11101 | 111010 | 11111 |
Color Harmonies of #7B4D21
Complementary color
Monochromatic Colors of #7B4D21
Black with #7B4D21
Text Example
Text Example
White with #7B4D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D21; }
p { color: rgb(123,77,33); }
H1.HeaderClassName
{
color: #7B4D21;
}
.AnyTagClassName
{
color: #7B4D21;
}
</style>
background-color css
<style>
a { background-color: #7B4D21; }
a { background-color: rgb(123,77,33); }
div.DivClassName
{
background-color: #7B4D21;
}
.BgClassName
{
background-color: #7B4D21;
}
</style>
border-color css
<style>
span { border-color: #7B4D21; }
span { border-color: rgb(123,77,33); }
td.TdClassName
{
border-color: #7B4D21;
}
.TagClassName
{
border-color: #7B4D21;
}
</style>