Shades of Falu Red #772200
Tints of Falu Red #772200
RGB
CMYK
RGB Variations
Color information
#772200 (or 0x772200) is known color: Falu Red. HEX triplet: 77, 22 and 00. RGB value is (119,34,0). Sum of RGB (Red+Green+Blue) = 119+34+0=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #772200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772200 is #88DDFF. Grayscale: #373737. Windows color (decimal): -8969728 or 8823. OLE color: 8823.
HSL color Cylindrical-coordinate representation of color #772200: hue angle of 17.14º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #772200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.53 |
| HSL | 17.14º | 1% | 0.23% | - |
| HSV(B) | 17.14º | 1% | 0.47% | - |
| XYZ | 8.18 | 5.07 | 0.55 | - |
| YUV | 55.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 0 | 0 | 0.71 | 1 | 0.53 | 17.14 | 1 | 0.23 |
| Hex | 77 | 22 | 0 | 0 | 47 | 64 | 35 | 11 | 64 | 17 |
| Octal | 167 | 42 | 0 | 0 | 107 | 144 | 65 | 21 | 144 | 27 |
| Binary | 1110111 | 100010 | 0 | 0 | 1000111 | 1100100 | 110101 | 10001 | 1100100 | 10111 |
Color Harmonies of #772200
Complementary color
Monochromatic Colors of #772200
Black with #772200
Text Example
Text Example
White with #772200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772200; }
p { color: rgb(119,34,0); }
H1.HeaderClassName
{
color: #772200;
}
.AnyTagClassName
{
color: #772200;
}
</style>
background-color css
<style>
a { background-color: #772200; }
a { background-color: rgb(119,34,0); }
div.DivClassName
{
background-color: #772200;
}
.BgClassName
{
background-color: #772200;
}
</style>
border-color css
<style>
span { border-color: #772200; }
span { border-color: rgb(119,34,0); }
td.TdClassName
{
border-color: #772200;
}
.TagClassName
{
border-color: #772200;
}
</style>