Shades of Falu Red #781B07
Tints of Falu Red #781B07
RGB
CMYK
RGB Variations
Color information
#781B07 (or 0x781B07) is known color: Falu Red. HEX triplet: 78, 1B and 07. RGB value is (120,27,7). Sum of RGB (Red+Green+Blue) = 120+27+7=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #781B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781B07 is #87E4F8. Grayscale: #343434. Windows color (decimal): -8905977 or 465784. OLE color: 465784.
HSL color Cylindrical-coordinate representation of color #781B07: hue angle of 10.62º 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 #781B07 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 7 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.53 |
| HSL | 10.62º | 0.89% | 0.25% | - |
| HSV(B) | 10.62º | 0.94% | 0.47% | - |
| XYZ | 8.18 | 4.79 | 0.7 | - |
| YUV | 52.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 7 | 0 | 0.78 | 0.94 | 0.53 | 10.62 | 0.89 | 0.25 |
| Hex | 78 | 1B | 7 | 0 | 4E | 5E | 35 | B | 59 | 19 |
| Octal | 170 | 33 | 7 | 0 | 116 | 136 | 65 | 13 | 131 | 31 |
| Binary | 1111000 | 11011 | 111 | 0 | 1001110 | 1011110 | 110101 | 1011 | 1011001 | 11001 |
Color Harmonies of #781B07
Complementary color
Monochromatic Colors of #781B07
Black with #781B07
Text Example
Text Example
White with #781B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B07; }
p { color: rgb(120,27,7); }
H1.HeaderClassName
{
color: #781B07;
}
.AnyTagClassName
{
color: #781B07;
}
</style>
background-color css
<style>
a { background-color: #781B07; }
a { background-color: rgb(120,27,7); }
div.DivClassName
{
background-color: #781B07;
}
.BgClassName
{
background-color: #781B07;
}
</style>
border-color css
<style>
span { border-color: #781B07; }
span { border-color: rgb(120,27,7); }
td.TdClassName
{
border-color: #781B07;
}
.TagClassName
{
border-color: #781B07;
}
</style>