Shades of Falu Red #77100D
Tints of Falu Red #77100D
RGB
CMYK
RGB Variations
Color information
#77100D (or 0x77100D) is known color: Falu Red. HEX triplet: 77, 10 and 0D. RGB value is (119,16,13). Sum of RGB (Red+Green+Blue) = 119+16+13=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #77100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77100D is #88EFF2. Grayscale: #2E2E2E. Windows color (decimal): -8974323 or 856183. OLE color: 856183.
HSL color Cylindrical-coordinate representation of color #77100D: hue angle of 1.7º 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 #77100D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 13 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.53 |
| HSL | 1.7º | 0.8% | 0.26% | - |
| HSV(B) | 1.7º | 0.89% | 0.47% | - |
| XYZ | 7.87 | 4.32 | 0.8 | - |
| YUV | 46.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 13 | 0 | 0.87 | 0.89 | 0.53 | 1.7 | 0.8 | 0.26 |
| Hex | 77 | 10 | D | 0 | 57 | 59 | 35 | 2 | 50 | 1A |
| Octal | 167 | 20 | 15 | 0 | 127 | 131 | 65 | 2 | 120 | 32 |
| Binary | 1110111 | 10000 | 1101 | 0 | 1010111 | 1011001 | 110101 | 10 | 1010000 | 11010 |
Color Harmonies of #77100D
Complementary color
Monochromatic Colors of #77100D
Black with #77100D
Text Example
Text Example
White with #77100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77100D; }
p { color: rgb(119,16,13); }
H1.HeaderClassName
{
color: #77100D;
}
.AnyTagClassName
{
color: #77100D;
}
</style>
background-color css
<style>
a { background-color: #77100D; }
a { background-color: rgb(119,16,13); }
div.DivClassName
{
background-color: #77100D;
}
.BgClassName
{
background-color: #77100D;
}
</style>
border-color css
<style>
span { border-color: #77100D; }
span { border-color: rgb(119,16,13); }
td.TdClassName
{
border-color: #77100D;
}
.TagClassName
{
border-color: #77100D;
}
</style>