Shades of Russet #7A4C1C
Tints of Russet #7A4C1C
RGB
CMYK
RGB Variations
Color information
#7A4C1C (or 0x7A4C1C) is known color: Russet. HEX triplet: 7A, 4C and 1C. RGB value is (122,76,28). Sum of RGB (Red+Green+Blue) = 122+76+28=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C1C is #85B3E3. Grayscale: #545454. Windows color (decimal): -8762340 or 1854586. OLE color: 1854586.
HSL color Cylindrical-coordinate representation of color #7A4C1C: hue angle of 30.64º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A4C1C is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 76 | 28 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.52 |
| HSL | 30.64º | 0.63% | 0.29% | - |
| HSV(B) | 30.64º | 0.77% | 0.48% | - |
| XYZ | 10.82 | 9.39 | 2.34 | - |
| YUV | 84.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 76 | 28 | 0 | 0.38 | 0.77 | 0.52 | 30.64 | 0.63 | 0.29 |
| Hex | 7A | 4C | 1C | 0 | 26 | 4D | 34 | 1F | 3F | 1D |
| Octal | 172 | 114 | 34 | 0 | 46 | 115 | 64 | 37 | 77 | 35 |
| Binary | 1111010 | 1001100 | 11100 | 0 | 100110 | 1001101 | 110100 | 11111 | 111111 | 11101 |
Color Harmonies of #7A4C1C
Complementary color
Monochromatic Colors of #7A4C1C
Black with #7A4C1C
Text Example
Text Example
White with #7A4C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4C1C; }
p { color: rgb(122,76,28); }
H1.HeaderClassName
{
color: #7A4C1C;
}
.AnyTagClassName
{
color: #7A4C1C;
}
</style>
background-color css
<style>
a { background-color: #7A4C1C; }
a { background-color: rgb(122,76,28); }
div.DivClassName
{
background-color: #7A4C1C;
}
.BgClassName
{
background-color: #7A4C1C;
}
</style>
border-color css
<style>
span { border-color: #7A4C1C; }
span { border-color: rgb(122,76,28); }
td.TdClassName
{
border-color: #7A4C1C;
}
.TagClassName
{
border-color: #7A4C1C;
}
</style>