Shades of Falu Red #77100C
Tints of Falu Red #77100C
RGB
CMYK
RGB Variations
Color information
#77100C (or 0x77100C) is known color: Falu Red. HEX triplet: 77, 10 and 0C. RGB value is (119,16,12). Sum of RGB (Red+Green+Blue) = 119+16+12=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #77100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77100C is #88EFF3. Grayscale: #2E2E2E. Windows color (decimal): -8974324 or 790647. OLE color: 790647.
HSL color Cylindrical-coordinate representation of color #77100C: hue angle of 2.24º 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 #77100C is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 12 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.53 |
| HSL | 2.24º | 0.82% | 0.26% | - |
| HSV(B) | 2.24º | 0.9% | 0.47% | - |
| XYZ | 7.86 | 4.32 | 0.77 | - |
| YUV | 46.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 12 | 0 | 0.87 | 0.90 | 0.53 | 2.24 | 0.82 | 0.26 |
| Hex | 77 | 10 | C | 0 | 57 | 5A | 35 | 2 | 52 | 1A |
| Octal | 167 | 20 | 14 | 0 | 127 | 132 | 65 | 2 | 122 | 32 |
| Binary | 1110111 | 10000 | 1100 | 0 | 1010111 | 1011010 | 110101 | 10 | 1010010 | 11010 |
Color Harmonies of #77100C
Complementary color
Monochromatic Colors of #77100C
Black with #77100C
Text Example
Text Example
White with #77100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77100C; }
p { color: rgb(119,16,12); }
H1.HeaderClassName
{
color: #77100C;
}
.AnyTagClassName
{
color: #77100C;
}
</style>
background-color css
<style>
a { background-color: #77100C; }
a { background-color: rgb(119,16,12); }
div.DivClassName
{
background-color: #77100C;
}
.BgClassName
{
background-color: #77100C;
}
</style>
border-color css
<style>
span { border-color: #77100C; }
span { border-color: rgb(119,16,12); }
td.TdClassName
{
border-color: #77100C;
}
.TagClassName
{
border-color: #77100C;
}
</style>