Shades of Russet #7A380A
Tints of Russet #7A380A
RGB
CMYK
RGB Variations
Color information
#7A380A (or 0x7A380A) is known color: Russet. HEX triplet: 7A, 38 and 0A. RGB value is (122,56,10). Sum of RGB (Red+Green+Blue) = 122+56+10=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A380A is #85C7F5. Grayscale: #464646. Windows color (decimal): -8767478 or 669818. OLE color: 669818.
HSL color Cylindrical-coordinate representation of color #7A380A: hue angle of 24.64º 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 #7A380A is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 10 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.52 |
| HSL | 24.64º | 0.85% | 0.26% | - |
| HSV(B) | 24.64º | 0.92% | 0.48% | - |
| XYZ | 9.5 | 6.99 | 1.14 | - |
| YUV | 70.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 10 | 0 | 0.54 | 0.92 | 0.52 | 24.64 | 0.85 | 0.26 |
| Hex | 7A | 38 | A | 0 | 36 | 5C | 34 | 19 | 55 | 1A |
| Octal | 172 | 70 | 12 | 0 | 66 | 134 | 64 | 31 | 125 | 32 |
| Binary | 1111010 | 111000 | 1010 | 0 | 110110 | 1011100 | 110100 | 11001 | 1010101 | 11010 |
Color Harmonies of #7A380A
Complementary color
Monochromatic Colors of #7A380A
Black with #7A380A
Text Example
Text Example
White with #7A380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A380A; }
p { color: rgb(122,56,10); }
H1.HeaderClassName
{
color: #7A380A;
}
.AnyTagClassName
{
color: #7A380A;
}
</style>
background-color css
<style>
a { background-color: #7A380A; }
a { background-color: rgb(122,56,10); }
div.DivClassName
{
background-color: #7A380A;
}
.BgClassName
{
background-color: #7A380A;
}
</style>
border-color css
<style>
span { border-color: #7A380A; }
span { border-color: rgb(122,56,10); }
td.TdClassName
{
border-color: #7A380A;
}
.TagClassName
{
border-color: #7A380A;
}
</style>