Shades of Falu Red #771802
Tints of Falu Red #771802
RGB
CMYK
RGB Variations
Color information
#771802 (or 0x771802) is known color: Falu Red. HEX triplet: 77, 18 and 02. RGB value is (119,24,2). Sum of RGB (Red+Green+Blue) = 119+24+2=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #771802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771802 is #88E7FD. Grayscale: #323232. Windows color (decimal): -8972286 or 137335. OLE color: 137335.
HSL color Cylindrical-coordinate representation of color #771802: hue angle of 11.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #771802 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 2 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.53 |
| HSL | 11.28º | 0.97% | 0.24% | - |
| HSV(B) | 11.28º | 0.98% | 0.47% | - |
| XYZ | 7.95 | 4.58 | 0.52 | - |
| YUV | 49.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 2 | 0 | 0.80 | 0.98 | 0.53 | 11.28 | 0.97 | 0.24 |
| Hex | 77 | 18 | 2 | 0 | 50 | 62 | 35 | B | 61 | 18 |
| Octal | 167 | 30 | 2 | 0 | 120 | 142 | 65 | 13 | 141 | 30 |
| Binary | 1110111 | 11000 | 10 | 0 | 1010000 | 1100010 | 110101 | 1011 | 1100001 | 11000 |
Color Harmonies of #771802
Complementary color
Monochromatic Colors of #771802
Black with #771802
Text Example
Text Example
White with #771802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771802; }
p { color: rgb(119,24,2); }
H1.HeaderClassName
{
color: #771802;
}
.AnyTagClassName
{
color: #771802;
}
</style>
background-color css
<style>
a { background-color: #771802; }
a { background-color: rgb(119,24,2); }
div.DivClassName
{
background-color: #771802;
}
.BgClassName
{
background-color: #771802;
}
</style>
border-color css
<style>
span { border-color: #771802; }
span { border-color: rgb(119,24,2); }
td.TdClassName
{
border-color: #771802;
}
.TagClassName
{
border-color: #771802;
}
</style>