Shades of Falu Red #772004
Tints of Falu Red #772004
RGB
CMYK
RGB Variations
Color information
#772004 (or 0x772004) is known color: Falu Red. HEX triplet: 77, 20 and 04. RGB value is (119,32,4). Sum of RGB (Red+Green+Blue) = 119+32+4=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #772004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772004 is #88DFFB. Grayscale: #373737. Windows color (decimal): -8970236 or 270455. OLE color: 270455.
HSL color Cylindrical-coordinate representation of color #772004: hue angle of 14.61º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #772004 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 4 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.53 |
| HSL | 14.61º | 0.93% | 0.24% | - |
| HSV(B) | 14.61º | 0.97% | 0.47% | - |
| XYZ | 8.15 | 4.96 | 0.64 | - |
| YUV | 54.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 4 | 0 | 0.73 | 0.97 | 0.53 | 14.61 | 0.93 | 0.24 |
| Hex | 77 | 20 | 4 | 0 | 49 | 61 | 35 | F | 5D | 18 |
| Octal | 167 | 40 | 4 | 0 | 111 | 141 | 65 | 17 | 135 | 30 |
| Binary | 1110111 | 100000 | 100 | 0 | 1001001 | 1100001 | 110101 | 1111 | 1011101 | 11000 |
Color Harmonies of #772004
Complementary color
Monochromatic Colors of #772004
Black with #772004
Text Example
Text Example
White with #772004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772004; }
p { color: rgb(119,32,4); }
H1.HeaderClassName
{
color: #772004;
}
.AnyTagClassName
{
color: #772004;
}
</style>
background-color css
<style>
a { background-color: #772004; }
a { background-color: rgb(119,32,4); }
div.DivClassName
{
background-color: #772004;
}
.BgClassName
{
background-color: #772004;
}
</style>
border-color css
<style>
span { border-color: #772004; }
span { border-color: rgb(119,32,4); }
td.TdClassName
{
border-color: #772004;
}
.TagClassName
{
border-color: #772004;
}
</style>