Shades of Falu Red #77140D
Tints of Falu Red #77140D
RGB
CMYK
RGB Variations
Color information
#77140D (or 0x77140D) is known color: Falu Red. HEX triplet: 77, 14 and 0D. RGB value is (119,20,13). Sum of RGB (Red+Green+Blue) = 119+20+13=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #77140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77140D is #88EBF2. Grayscale: #303030. Windows color (decimal): -8973299 or 857207. OLE color: 857207.
HSL color Cylindrical-coordinate representation of color #77140D: hue angle of 3.96º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77140D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 20 | 13 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.53 |
| HSL | 3.96º | 0.8% | 0.26% | - |
| HSV(B) | 3.96º | 0.89% | 0.47% | - |
| XYZ | 7.93 | 4.45 | 0.82 | - |
| YUV | 48.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 13 | 0 | 0.83 | 0.89 | 0.53 | 3.96 | 0.8 | 0.26 |
| Hex | 77 | 14 | D | 0 | 53 | 59 | 35 | 4 | 50 | 1A |
| Octal | 167 | 24 | 15 | 0 | 123 | 131 | 65 | 4 | 120 | 32 |
| Binary | 1110111 | 10100 | 1101 | 0 | 1010011 | 1011001 | 110101 | 100 | 1010000 | 11010 |
Color Harmonies of #77140D
Complementary color
Monochromatic Colors of #77140D
Black with #77140D
Text Example
Text Example
White with #77140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77140D; }
p { color: rgb(119,20,13); }
H1.HeaderClassName
{
color: #77140D;
}
.AnyTagClassName
{
color: #77140D;
}
</style>
background-color css
<style>
a { background-color: #77140D; }
a { background-color: rgb(119,20,13); }
div.DivClassName
{
background-color: #77140D;
}
.BgClassName
{
background-color: #77140D;
}
</style>
border-color css
<style>
span { border-color: #77140D; }
span { border-color: rgb(119,20,13); }
td.TdClassName
{
border-color: #77140D;
}
.TagClassName
{
border-color: #77140D;
}
</style>