Shades of Falu Red #77220C
Tints of Falu Red #77220C
RGB
CMYK
RGB Variations
Color information
#77220C (or 0x77220C) is known color: Falu Red. HEX triplet: 77, 22 and 0C. RGB value is (119,34,12). Sum of RGB (Red+Green+Blue) = 119+34+12=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77220C is #88DDF3. Grayscale: #393939. Windows color (decimal): -8969716 or 795255. OLE color: 795255.
HSL color Cylindrical-coordinate representation of color #77220C: hue angle of 12.34º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77220C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 12 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.53 |
| HSL | 12.34º | 0.82% | 0.26% | - |
| HSV(B) | 12.34º | 0.9% | 0.47% | - |
| XYZ | 8.25 | 5.09 | 0.9 | - |
| YUV | 56.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 12 | 0 | 0.71 | 0.90 | 0.53 | 12.34 | 0.82 | 0.26 |
| Hex | 77 | 22 | C | 0 | 47 | 5A | 35 | C | 52 | 1A |
| Octal | 167 | 42 | 14 | 0 | 107 | 132 | 65 | 14 | 122 | 32 |
| Binary | 1110111 | 100010 | 1100 | 0 | 1000111 | 1011010 | 110101 | 1100 | 1010010 | 11010 |
Color Harmonies of #77220C
Complementary color
Monochromatic Colors of #77220C
Black with #77220C
Text Example
Text Example
White with #77220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77220C; }
p { color: rgb(119,34,12); }
H1.HeaderClassName
{
color: #77220C;
}
.AnyTagClassName
{
color: #77220C;
}
</style>
background-color css
<style>
a { background-color: #77220C; }
a { background-color: rgb(119,34,12); }
div.DivClassName
{
background-color: #77220C;
}
.BgClassName
{
background-color: #77220C;
}
</style>
border-color css
<style>
span { border-color: #77220C; }
span { border-color: rgb(119,34,12); }
td.TdClassName
{
border-color: #77220C;
}
.TagClassName
{
border-color: #77220C;
}
</style>