Shades of Falu Red #7A1A07
Tints of Falu Red #7A1A07
RGB
CMYK
RGB Variations
Color information
#7A1A07 (or 0x7A1A07) is known color: Falu Red. HEX triplet: 7A, 1A and 07. RGB value is (122,26,7). Sum of RGB (Red+Green+Blue) = 122+26+7=155 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.71% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1A07 is #85E5F8. Grayscale: #343434. Windows color (decimal): -8775161 or 465530. OLE color: 465530.
HSL color Cylindrical-coordinate representation of color #7A1A07: hue angle of 9.91º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A1A07 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 26 | 7 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.52 |
| HSL | 9.91º | 0.89% | 0.25% | - |
| HSV(B) | 9.91º | 0.94% | 0.48% | - |
| XYZ | 8.43 | 4.89 | 0.7 | - |
| YUV | 52.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 7 | 0 | 0.79 | 0.94 | 0.52 | 9.91 | 0.89 | 0.25 |
| Hex | 7A | 1A | 7 | 0 | 4F | 5E | 34 | A | 59 | 19 |
| Octal | 172 | 32 | 7 | 0 | 117 | 136 | 64 | 12 | 131 | 31 |
| Binary | 1111010 | 11010 | 111 | 0 | 1001111 | 1011110 | 110100 | 1010 | 1011001 | 11001 |
Color Harmonies of #7A1A07
Complementary color
Monochromatic Colors of #7A1A07
Black with #7A1A07
Text Example
Text Example
White with #7A1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A07; }
p { color: rgb(122,26,7); }
H1.HeaderClassName
{
color: #7A1A07;
}
.AnyTagClassName
{
color: #7A1A07;
}
</style>
background-color css
<style>
a { background-color: #7A1A07; }
a { background-color: rgb(122,26,7); }
div.DivClassName
{
background-color: #7A1A07;
}
.BgClassName
{
background-color: #7A1A07;
}
</style>
border-color css
<style>
span { border-color: #7A1A07; }
span { border-color: rgb(122,26,7); }
td.TdClassName
{
border-color: #7A1A07;
}
.TagClassName
{
border-color: #7A1A07;
}
</style>