Shades of Falu Red #77220E
Tints of Falu Red #77220E
RGB
CMYK
RGB Variations
Color information
#77220E (or 0x77220E) is known color: Falu Red. HEX triplet: 77, 22 and 0E. RGB value is (119,34,14). Sum of RGB (Red+Green+Blue) = 119+34+14=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #77220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77220E is #88DDF1. Grayscale: #393939. Windows color (decimal): -8969714 or 926327. OLE color: 926327.
HSL color Cylindrical-coordinate representation of color #77220E: hue angle of 11.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77220E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 14 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.53 |
| HSL | 11.43º | 0.79% | 0.26% | - |
| HSV(B) | 11.43º | 0.88% | 0.47% | - |
| XYZ | 8.26 | 5.1 | 0.96 | - |
| YUV | 57.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 14 | 0 | 0.71 | 0.88 | 0.53 | 11.43 | 0.79 | 0.26 |
| Hex | 77 | 22 | E | 0 | 47 | 58 | 35 | B | 4F | 1A |
| Octal | 167 | 42 | 16 | 0 | 107 | 130 | 65 | 13 | 117 | 32 |
| Binary | 1110111 | 100010 | 1110 | 0 | 1000111 | 1011000 | 110101 | 1011 | 1001111 | 11010 |
Color Harmonies of #77220E
Complementary color
Monochromatic Colors of #77220E
Black with #77220E
Text Example
Text Example
White with #77220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77220E; }
p { color: rgb(119,34,14); }
H1.HeaderClassName
{
color: #77220E;
}
.AnyTagClassName
{
color: #77220E;
}
</style>
background-color css
<style>
a { background-color: #77220E; }
a { background-color: rgb(119,34,14); }
div.DivClassName
{
background-color: #77220E;
}
.BgClassName
{
background-color: #77220E;
}
</style>
border-color css
<style>
span { border-color: #77220E; }
span { border-color: rgb(119,34,14); }
td.TdClassName
{
border-color: #77220E;
}
.TagClassName
{
border-color: #77220E;
}
</style>