Shades of Falu Red #781E07
Tints of Falu Red #781E07
RGB
CMYK
RGB Variations
Color information
#781E07 (or 0x781E07) is known color: Falu Red. HEX triplet: 78, 1E and 07. RGB value is (120,30,7). Sum of RGB (Red+Green+Blue) = 120+30+7=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #781E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E07 is #87E1F8. Grayscale: #363636. Windows color (decimal): -8905209 or 466552. OLE color: 466552.
HSL color Cylindrical-coordinate representation of color #781E07: hue angle of 12.21º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #781E07 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 7 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.53 |
| HSL | 12.21º | 0.89% | 0.25% | - |
| HSV(B) | 12.21º | 0.94% | 0.47% | - |
| XYZ | 8.25 | 4.94 | 0.72 | - |
| YUV | 54.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 7 | 0 | 0.75 | 0.94 | 0.53 | 12.21 | 0.89 | 0.25 |
| Hex | 78 | 1E | 7 | 0 | 4B | 5E | 35 | C | 59 | 19 |
| Octal | 170 | 36 | 7 | 0 | 113 | 136 | 65 | 14 | 131 | 31 |
| Binary | 1111000 | 11110 | 111 | 0 | 1001011 | 1011110 | 110101 | 1100 | 1011001 | 11001 |
Color Harmonies of #781E07
Complementary color
Monochromatic Colors of #781E07
Black with #781E07
Text Example
Text Example
White with #781E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E07; }
p { color: rgb(120,30,7); }
H1.HeaderClassName
{
color: #781E07;
}
.AnyTagClassName
{
color: #781E07;
}
</style>
background-color css
<style>
a { background-color: #781E07; }
a { background-color: rgb(120,30,7); }
div.DivClassName
{
background-color: #781E07;
}
.BgClassName
{
background-color: #781E07;
}
</style>
border-color css
<style>
span { border-color: #781E07; }
span { border-color: rgb(120,30,7); }
td.TdClassName
{
border-color: #781E07;
}
.TagClassName
{
border-color: #781E07;
}
</style>