Shades of Falu Red #77200C
Tints of Falu Red #77200C
RGB
CMYK
RGB Variations
Color information
#77200C (or 0x77200C) is known color: Falu Red. HEX triplet: 77, 20 and 0C. RGB value is (119,32,12). Sum of RGB (Red+Green+Blue) = 119+32+12=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #77200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77200C is #88DFF3. Grayscale: #373737. Windows color (decimal): -8970228 or 794743. OLE color: 794743.
HSL color Cylindrical-coordinate representation of color #77200C: hue angle of 11.21º 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 #77200C is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 12 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.53 |
| HSL | 11.21º | 0.82% | 0.26% | - |
| HSV(B) | 11.21º | 0.9% | 0.47% | - |
| XYZ | 8.19 | 4.98 | 0.88 | - |
| YUV | 55.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 12 | 0 | 0.73 | 0.90 | 0.53 | 11.21 | 0.82 | 0.26 |
| Hex | 77 | 20 | C | 0 | 49 | 5A | 35 | B | 52 | 1A |
| Octal | 167 | 40 | 14 | 0 | 111 | 132 | 65 | 13 | 122 | 32 |
| Binary | 1110111 | 100000 | 1100 | 0 | 1001001 | 1011010 | 110101 | 1011 | 1010010 | 11010 |
Color Harmonies of #77200C
Complementary color
Monochromatic Colors of #77200C
Black with #77200C
Text Example
Text Example
White with #77200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77200C; }
p { color: rgb(119,32,12); }
H1.HeaderClassName
{
color: #77200C;
}
.AnyTagClassName
{
color: #77200C;
}
</style>
background-color css
<style>
a { background-color: #77200C; }
a { background-color: rgb(119,32,12); }
div.DivClassName
{
background-color: #77200C;
}
.BgClassName
{
background-color: #77200C;
}
</style>
border-color css
<style>
span { border-color: #77200C; }
span { border-color: rgb(119,32,12); }
td.TdClassName
{
border-color: #77200C;
}
.TagClassName
{
border-color: #77200C;
}
</style>