Shades of Falu Red #772020
Tints of Falu Red #772020
RGB
CMYK
RGB Variations
Color information
#772020 (or 0x772020) is known color: Falu Red. HEX triplet: 77, 20 and 20. RGB value is (119,32,32). Sum of RGB (Red+Green+Blue) = 119+32+32=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #772020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772020 is #88DFDF. Grayscale: #3A3A3A. Windows color (decimal): -8970208 or 2105463. OLE color: 2105463.
HSL color Cylindrical-coordinate representation of color #772020: hue angle of 0º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772020 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 32 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.53 |
| HSL | 0º | 0.58% | 0.3% | - |
| HSV(B) | 0º | 0.73% | 0.47% | - |
| XYZ | 8.38 | 5.06 | 1.9 | - |
| YUV | 58.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 32 | 0 | 0.73 | 0.73 | 0.53 | 0 | 0.58 | 0.3 |
| Hex | 77 | 20 | 20 | 0 | 49 | 49 | 35 | 0 | 3A | 1E |
| Octal | 167 | 40 | 40 | 0 | 111 | 111 | 65 | 0 | 72 | 36 |
| Binary | 1110111 | 100000 | 100000 | 0 | 1001001 | 1001001 | 110101 | 0 | 111010 | 11110 |
Color Harmonies of #772020
Complementary color
Monochromatic Colors of #772020
Black with #772020
Text Example
Text Example
White with #772020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772020; }
p { color: rgb(119,32,32); }
H1.HeaderClassName
{
color: #772020;
}
.AnyTagClassName
{
color: #772020;
}
</style>
background-color css
<style>
a { background-color: #772020; }
a { background-color: rgb(119,32,32); }
div.DivClassName
{
background-color: #772020;
}
.BgClassName
{
background-color: #772020;
}
</style>
border-color css
<style>
span { border-color: #772020; }
span { border-color: rgb(119,32,32); }
td.TdClassName
{
border-color: #772020;
}
.TagClassName
{
border-color: #772020;
}
</style>