Shades of Falu Red #78120C
Tints of Falu Red #78120C
RGB
CMYK
RGB Variations
Color information
#78120C (or 0x78120C) is known color: Falu Red. HEX triplet: 78, 12 and 0C. RGB value is (120,18,12). Sum of RGB (Red+Green+Blue) = 120+18+12=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #78120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78120C is #87EDF3. Grayscale: #2F2F2F. Windows color (decimal): -8908276 or 791160. OLE color: 791160.
HSL color Cylindrical-coordinate representation of color #78120C: hue angle of 3.33º 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 #78120C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 12 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.53 |
| HSL | 3.33º | 0.82% | 0.26% | - |
| HSV(B) | 3.33º | 0.9% | 0.47% | - |
| XYZ | 8.03 | 4.45 | 0.78 | - |
| YUV | 47.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 12 | 0 | 0.85 | 0.90 | 0.53 | 3.33 | 0.82 | 0.26 |
| Hex | 78 | 12 | C | 0 | 55 | 5A | 35 | 3 | 52 | 1A |
| Octal | 170 | 22 | 14 | 0 | 125 | 132 | 65 | 3 | 122 | 32 |
| Binary | 1111000 | 10010 | 1100 | 0 | 1010101 | 1011010 | 110101 | 11 | 1010010 | 11010 |
Color Harmonies of #78120C
Complementary color
Monochromatic Colors of #78120C
Black with #78120C
Text Example
Text Example
White with #78120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78120C; }
p { color: rgb(120,18,12); }
H1.HeaderClassName
{
color: #78120C;
}
.AnyTagClassName
{
color: #78120C;
}
</style>
background-color css
<style>
a { background-color: #78120C; }
a { background-color: rgb(120,18,12); }
div.DivClassName
{
background-color: #78120C;
}
.BgClassName
{
background-color: #78120C;
}
</style>
border-color css
<style>
span { border-color: #78120C; }
span { border-color: rgb(120,18,12); }
td.TdClassName
{
border-color: #78120C;
}
.TagClassName
{
border-color: #78120C;
}
</style>