Shades of Falu Red #77110C
Tints of Falu Red #77110C
RGB
CMYK
RGB Variations
Color information
#77110C (or 0x77110C) is known color: Falu Red. HEX triplet: 77, 11 and 0C. RGB value is (119,17,12). Sum of RGB (Red+Green+Blue) = 119+17+12=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #77110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77110C is #88EEF3. Grayscale: #2F2F2F. Windows color (decimal): -8974068 or 790903. OLE color: 790903.
HSL color Cylindrical-coordinate representation of color #77110C: hue angle of 2.8º 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 #77110C is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 17 | 12 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.53 |
| HSL | 2.8º | 0.82% | 0.26% | - |
| HSV(B) | 2.8º | 0.9% | 0.47% | - |
| XYZ | 7.87 | 4.35 | 0.77 | - |
| YUV | 46.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 12 | 0 | 0.86 | 0.90 | 0.53 | 2.8 | 0.82 | 0.26 |
| Hex | 77 | 11 | C | 0 | 56 | 5A | 35 | 3 | 52 | 1A |
| Octal | 167 | 21 | 14 | 0 | 126 | 132 | 65 | 3 | 122 | 32 |
| Binary | 1110111 | 10001 | 1100 | 0 | 1010110 | 1011010 | 110101 | 11 | 1010010 | 11010 |
Color Harmonies of #77110C
Complementary color
Monochromatic Colors of #77110C
Black with #77110C
Text Example
Text Example
White with #77110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77110C; }
p { color: rgb(119,17,12); }
H1.HeaderClassName
{
color: #77110C;
}
.AnyTagClassName
{
color: #77110C;
}
</style>
background-color css
<style>
a { background-color: #77110C; }
a { background-color: rgb(119,17,12); }
div.DivClassName
{
background-color: #77110C;
}
.BgClassName
{
background-color: #77110C;
}
</style>
border-color css
<style>
span { border-color: #77110C; }
span { border-color: rgb(119,17,12); }
td.TdClassName
{
border-color: #77110C;
}
.TagClassName
{
border-color: #77110C;
}
</style>