Shades of Falu Red #771C0C
Tints of Falu Red #771C0C
RGB
CMYK
RGB Variations
Color information
#771C0C (or 0x771C0C) is known color: Falu Red. HEX triplet: 77, 1C and 0C. RGB value is (119,28,12). Sum of RGB (Red+Green+Blue) = 119+28+12=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #771C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C0C is #88E3F3. Grayscale: #353535. Windows color (decimal): -8971252 or 793719. OLE color: 793719.
HSL color Cylindrical-coordinate representation of color #771C0C: hue angle of 8.97º 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 #771C0C is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 12 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.53 |
| HSL | 8.97º | 0.82% | 0.26% | - |
| HSV(B) | 8.97º | 0.9% | 0.47% | - |
| XYZ | 8.09 | 4.78 | 0.84 | - |
| YUV | 53.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 12 | 0 | 0.76 | 0.90 | 0.53 | 8.97 | 0.82 | 0.26 |
| Hex | 77 | 1C | C | 0 | 4C | 5A | 35 | 9 | 52 | 1A |
| Octal | 167 | 34 | 14 | 0 | 114 | 132 | 65 | 11 | 122 | 32 |
| Binary | 1110111 | 11100 | 1100 | 0 | 1001100 | 1011010 | 110101 | 1001 | 1010010 | 11010 |
Color Harmonies of #771C0C
Complementary color
Monochromatic Colors of #771C0C
Black with #771C0C
Text Example
Text Example
White with #771C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C0C; }
p { color: rgb(119,28,12); }
H1.HeaderClassName
{
color: #771C0C;
}
.AnyTagClassName
{
color: #771C0C;
}
</style>
background-color css
<style>
a { background-color: #771C0C; }
a { background-color: rgb(119,28,12); }
div.DivClassName
{
background-color: #771C0C;
}
.BgClassName
{
background-color: #771C0C;
}
</style>
border-color css
<style>
span { border-color: #771C0C; }
span { border-color: rgb(119,28,12); }
td.TdClassName
{
border-color: #771C0C;
}
.TagClassName
{
border-color: #771C0C;
}
</style>