Shades of Russet #7B3C0A
Tints of Russet #7B3C0A
RGB
CMYK
RGB Variations
Color information
#7B3C0A (or 0x7B3C0A) is known color: Russet. HEX triplet: 7B, 3C and 0A. RGB value is (123,60,10). Sum of RGB (Red+Green+Blue) = 123+60+10=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3C0A is #84C3F5. Grayscale: #494949. Windows color (decimal): -8700918 or 670843. OLE color: 670843.
HSL color Cylindrical-coordinate representation of color #7B3C0A: hue angle of 26.55º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B3C0A is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 10 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.52 |
| HSL | 26.55º | 0.85% | 0.26% | - |
| HSV(B) | 26.55º | 0.92% | 0.48% | - |
| XYZ | 9.84 | 7.46 | 1.21 | - |
| YUV | 73.14 | 92.37 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 10 | 0 | 0.51 | 0.92 | 0.52 | 26.55 | 0.85 | 0.26 |
| Hex | 7B | 3C | A | 0 | 33 | 5C | 34 | 1B | 55 | 1A |
| Octal | 173 | 74 | 12 | 0 | 63 | 134 | 64 | 33 | 125 | 32 |
| Binary | 1111011 | 111100 | 1010 | 0 | 110011 | 1011100 | 110100 | 11011 | 1010101 | 11010 |
Color Harmonies of #7B3C0A
Complementary color
Monochromatic Colors of #7B3C0A
Black with #7B3C0A
Text Example
Text Example
White with #7B3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C0A; }
p { color: rgb(123,60,10); }
H1.HeaderClassName
{
color: #7B3C0A;
}
.AnyTagClassName
{
color: #7B3C0A;
}
</style>
background-color css
<style>
a { background-color: #7B3C0A; }
a { background-color: rgb(123,60,10); }
div.DivClassName
{
background-color: #7B3C0A;
}
.BgClassName
{
background-color: #7B3C0A;
}
</style>
border-color css
<style>
span { border-color: #7B3C0A; }
span { border-color: rgb(123,60,10); }
td.TdClassName
{
border-color: #7B3C0A;
}
.TagClassName
{
border-color: #7B3C0A;
}
</style>