Shades of Falu Red #7A170C
Tints of Falu Red #7A170C
RGB
CMYK
RGB Variations
Color information
#7A170C (or 0x7A170C) is known color: Falu Red. HEX triplet: 7A, 17 and 0C. RGB value is (122,23,12). Sum of RGB (Red+Green+Blue) = 122+23+12=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A170C is #85E8F3. Grayscale: #333333. Windows color (decimal): -8775924 or 792442. OLE color: 792442.
HSL color Cylindrical-coordinate representation of color #7A170C: hue angle of 6º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A170C is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 12 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.52 |
| HSL | 6º | 0.82% | 0.26% | - |
| HSV(B) | 6º | 0.9% | 0.48% | - |
| XYZ | 8.4 | 4.78 | 0.83 | - |
| YUV | 51.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 12 | 0 | 0.81 | 0.90 | 0.52 | 6 | 0.82 | 0.26 |
| Hex | 7A | 17 | C | 0 | 51 | 5A | 34 | 6 | 52 | 1A |
| Octal | 172 | 27 | 14 | 0 | 121 | 132 | 64 | 6 | 122 | 32 |
| Binary | 1111010 | 10111 | 1100 | 0 | 1010001 | 1011010 | 110100 | 110 | 1010010 | 11010 |
Color Harmonies of #7A170C
Complementary color
Monochromatic Colors of #7A170C
Black with #7A170C
Text Example
Text Example
White with #7A170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A170C; }
p { color: rgb(122,23,12); }
H1.HeaderClassName
{
color: #7A170C;
}
.AnyTagClassName
{
color: #7A170C;
}
</style>
background-color css
<style>
a { background-color: #7A170C; }
a { background-color: rgb(122,23,12); }
div.DivClassName
{
background-color: #7A170C;
}
.BgClassName
{
background-color: #7A170C;
}
</style>
border-color css
<style>
span { border-color: #7A170C; }
span { border-color: rgb(122,23,12); }
td.TdClassName
{
border-color: #7A170C;
}
.TagClassName
{
border-color: #7A170C;
}
</style>