Shades of Falu Red #78140C
Tints of Falu Red #78140C
RGB
CMYK
RGB Variations
Color information
#78140C (or 0x78140C) is known color: Falu Red. HEX triplet: 78, 14 and 0C. RGB value is (120,20,12). Sum of RGB (Red+Green+Blue) = 120+20+12=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78140C is #87EBF3. Grayscale: #313131. Windows color (decimal): -8907764 or 791672. OLE color: 791672.
HSL color Cylindrical-coordinate representation of color #78140C: hue angle of 4.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78140C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 12 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.53 |
| HSL | 4.44º | 0.82% | 0.26% | - |
| HSV(B) | 4.44º | 0.9% | 0.47% | - |
| XYZ | 8.06 | 4.52 | 0.8 | - |
| YUV | 48.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 12 | 0 | 0.83 | 0.90 | 0.53 | 4.44 | 0.82 | 0.26 |
| Hex | 78 | 14 | C | 0 | 53 | 5A | 35 | 4 | 52 | 1A |
| Octal | 170 | 24 | 14 | 0 | 123 | 132 | 65 | 4 | 122 | 32 |
| Binary | 1111000 | 10100 | 1100 | 0 | 1010011 | 1011010 | 110101 | 100 | 1010010 | 11010 |
Color Harmonies of #78140C
Complementary color
Monochromatic Colors of #78140C
Black with #78140C
Text Example
Text Example
White with #78140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78140C; }
p { color: rgb(120,20,12); }
H1.HeaderClassName
{
color: #78140C;
}
.AnyTagClassName
{
color: #78140C;
}
</style>
background-color css
<style>
a { background-color: #78140C; }
a { background-color: rgb(120,20,12); }
div.DivClassName
{
background-color: #78140C;
}
.BgClassName
{
background-color: #78140C;
}
</style>
border-color css
<style>
span { border-color: #78140C; }
span { border-color: rgb(120,20,12); }
td.TdClassName
{
border-color: #78140C;
}
.TagClassName
{
border-color: #78140C;
}
</style>