Shades of Falu Red #770E0C
Tints of Falu Red #770E0C
RGB
CMYK
RGB Variations
Color information
#770E0C (or 0x770E0C) is known color: Falu Red. HEX triplet: 77, 0E and 0C. RGB value is (119,14,12). Sum of RGB (Red+Green+Blue) = 119+14+12=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E0C is #88F1F3. Grayscale: #2D2D2D. Windows color (decimal): -8974836 or 790135. OLE color: 790135.
HSL color Cylindrical-coordinate representation of color #770E0C: hue angle of 1.12º 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 #770E0C is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 12 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.53 |
| HSL | 1.12º | 0.82% | 0.26% | - |
| HSV(B) | 1.12º | 0.9% | 0.47% | - |
| XYZ | 7.83 | 4.26 | 0.76 | - |
| YUV | 45.17 | 109.29 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 12 | 0 | 0.88 | 0.90 | 0.53 | 1.12 | 0.82 | 0.26 |
| Hex | 77 | E | C | 0 | 58 | 5A | 35 | 1 | 52 | 1A |
| Octal | 167 | 16 | 14 | 0 | 130 | 132 | 65 | 1 | 122 | 32 |
| Binary | 1110111 | 1110 | 1100 | 0 | 1011000 | 1011010 | 110101 | 1 | 1010010 | 11010 |
Color Harmonies of #770E0C
Complementary color
Monochromatic Colors of #770E0C
Black with #770E0C
Text Example
Text Example
White with #770E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E0C; }
p { color: rgb(119,14,12); }
H1.HeaderClassName
{
color: #770E0C;
}
.AnyTagClassName
{
color: #770E0C;
}
</style>
background-color css
<style>
a { background-color: #770E0C; }
a { background-color: rgb(119,14,12); }
div.DivClassName
{
background-color: #770E0C;
}
.BgClassName
{
background-color: #770E0C;
}
</style>
border-color css
<style>
span { border-color: #770E0C; }
span { border-color: rgb(119,14,12); }
td.TdClassName
{
border-color: #770E0C;
}
.TagClassName
{
border-color: #770E0C;
}
</style>