Shades of Falu Red #781705
Tints of Falu Red #781705
RGB
CMYK
RGB Variations
Color information
#781705 (or 0x781705) is known color: Falu Red. HEX triplet: 78, 17 and 05. RGB value is (120,23,5). Sum of RGB (Red+Green+Blue) = 120+23+5=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #781705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781705 is #87E8FA. Grayscale: #323232. Windows color (decimal): -8907003 or 333688. OLE color: 333688.
HSL color Cylindrical-coordinate representation of color #781705: hue angle of 9.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #781705 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 5 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.53 |
| HSL | 9.39º | 0.92% | 0.25% | - |
| HSV(B) | 9.39º | 0.96% | 0.47% | - |
| XYZ | 8.08 | 4.62 | 0.61 | - |
| YUV | 49.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 5 | 0 | 0.81 | 0.96 | 0.53 | 9.39 | 0.92 | 0.25 |
| Hex | 78 | 17 | 5 | 0 | 51 | 60 | 35 | 9 | 5C | 19 |
| Octal | 170 | 27 | 5 | 0 | 121 | 140 | 65 | 11 | 134 | 31 |
| Binary | 1111000 | 10111 | 101 | 0 | 1010001 | 1100000 | 110101 | 1001 | 1011100 | 11001 |
Color Harmonies of #781705
Complementary color
Monochromatic Colors of #781705
Black with #781705
Text Example
Text Example
White with #781705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781705; }
p { color: rgb(120,23,5); }
H1.HeaderClassName
{
color: #781705;
}
.AnyTagClassName
{
color: #781705;
}
</style>
background-color css
<style>
a { background-color: #781705; }
a { background-color: rgb(120,23,5); }
div.DivClassName
{
background-color: #781705;
}
.BgClassName
{
background-color: #781705;
}
</style>
border-color css
<style>
span { border-color: #781705; }
span { border-color: rgb(120,23,5); }
td.TdClassName
{
border-color: #781705;
}
.TagClassName
{
border-color: #781705;
}
</style>