Shades of Falu Red #78260C
Tints of Falu Red #78260C
RGB
CMYK
RGB Variations
Color information
#78260C (or 0x78260C) is known color: Falu Red. HEX triplet: 78, 26 and 0C. RGB value is (120,38,12). Sum of RGB (Red+Green+Blue) = 120+38+12=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #78260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78260C is #87D9F3. Grayscale: #3B3B3B. Windows color (decimal): -8903156 or 796280. OLE color: 796280.
HSL color Cylindrical-coordinate representation of color #78260C: hue angle of 14.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 #78260C is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 12 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.53 |
| HSL | 14.44º | 0.82% | 0.26% | - |
| HSV(B) | 14.44º | 0.9% | 0.47% | - |
| XYZ | 8.51 | 5.41 | 0.94 | - |
| YUV | 59.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 12 | 0 | 0.68 | 0.90 | 0.53 | 14.44 | 0.82 | 0.26 |
| Hex | 78 | 26 | C | 0 | 44 | 5A | 35 | E | 52 | 1A |
| Octal | 170 | 46 | 14 | 0 | 104 | 132 | 65 | 16 | 122 | 32 |
| Binary | 1111000 | 100110 | 1100 | 0 | 1000100 | 1011010 | 110101 | 1110 | 1010010 | 11010 |
Color Harmonies of #78260C
Complementary color
Monochromatic Colors of #78260C
Black with #78260C
Text Example
Text Example
White with #78260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78260C; }
p { color: rgb(120,38,12); }
H1.HeaderClassName
{
color: #78260C;
}
.AnyTagClassName
{
color: #78260C;
}
</style>
background-color css
<style>
a { background-color: #78260C; }
a { background-color: rgb(120,38,12); }
div.DivClassName
{
background-color: #78260C;
}
.BgClassName
{
background-color: #78260C;
}
</style>
border-color css
<style>
span { border-color: #78260C; }
span { border-color: rgb(120,38,12); }
td.TdClassName
{
border-color: #78260C;
}
.TagClassName
{
border-color: #78260C;
}
</style>