Shades of Russet #7A431C
Tints of Russet #7A431C
RGB
CMYK
RGB Variations
Color information
#7A431C (or 0x7A431C) is known color: Russet. HEX triplet: 7A, 43 and 1C. RGB value is (122,67,28). Sum of RGB (Red+Green+Blue) = 122+67+28=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A431C is #85BCE3. Grayscale: #4F4F4F. Windows color (decimal): -8764644 or 1852282. OLE color: 1852282.
HSL color Cylindrical-coordinate representation of color #7A431C: hue angle of 24.89º 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 #7A431C is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 28 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.52 |
| HSL | 24.89º | 0.63% | 0.29% | - |
| HSV(B) | 24.89º | 0.77% | 0.48% | - |
| XYZ | 10.24 | 8.24 | 2.15 | - |
| YUV | 79 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 28 | 0 | 0.45 | 0.77 | 0.52 | 24.89 | 0.63 | 0.29 |
| Hex | 7A | 43 | 1C | 0 | 2D | 4D | 34 | 19 | 3F | 1D |
| Octal | 172 | 103 | 34 | 0 | 55 | 115 | 64 | 31 | 77 | 35 |
| Binary | 1111010 | 1000011 | 11100 | 0 | 101101 | 1001101 | 110100 | 11001 | 111111 | 11101 |
Color Harmonies of #7A431C
Complementary color
Monochromatic Colors of #7A431C
Black with #7A431C
Text Example
Text Example
White with #7A431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A431C; }
p { color: rgb(122,67,28); }
H1.HeaderClassName
{
color: #7A431C;
}
.AnyTagClassName
{
color: #7A431C;
}
</style>
background-color css
<style>
a { background-color: #7A431C; }
a { background-color: rgb(122,67,28); }
div.DivClassName
{
background-color: #7A431C;
}
.BgClassName
{
background-color: #7A431C;
}
</style>
border-color css
<style>
span { border-color: #7A431C; }
span { border-color: rgb(122,67,28); }
td.TdClassName
{
border-color: #7A431C;
}
.TagClassName
{
border-color: #7A431C;
}
</style>