Shades of Falu Red #77210C
Tints of Falu Red #77210C
RGB
CMYK
RGB Variations
Color information
#77210C (or 0x77210C) is known color: Falu Red. HEX triplet: 77, 21 and 0C. RGB value is (119,33,12). Sum of RGB (Red+Green+Blue) = 119+33+12=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #77210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77210C is #88DEF3. Grayscale: #383838. Windows color (decimal): -8969972 or 794999. OLE color: 794999.
HSL color Cylindrical-coordinate representation of color #77210C: hue angle of 11.78º 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 #77210C is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 12 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.53 |
| HSL | 11.78º | 0.82% | 0.26% | - |
| HSV(B) | 11.78º | 0.9% | 0.47% | - |
| XYZ | 8.22 | 5.04 | 0.89 | - |
| YUV | 56.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 12 | 0 | 0.72 | 0.90 | 0.53 | 11.78 | 0.82 | 0.26 |
| Hex | 77 | 21 | C | 0 | 48 | 5A | 35 | C | 52 | 1A |
| Octal | 167 | 41 | 14 | 0 | 110 | 132 | 65 | 14 | 122 | 32 |
| Binary | 1110111 | 100001 | 1100 | 0 | 1001000 | 1011010 | 110101 | 1100 | 1010010 | 11010 |
Color Harmonies of #77210C
Complementary color
Monochromatic Colors of #77210C
Black with #77210C
Text Example
Text Example
White with #77210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77210C; }
p { color: rgb(119,33,12); }
H1.HeaderClassName
{
color: #77210C;
}
.AnyTagClassName
{
color: #77210C;
}
</style>
background-color css
<style>
a { background-color: #77210C; }
a { background-color: rgb(119,33,12); }
div.DivClassName
{
background-color: #77210C;
}
.BgClassName
{
background-color: #77210C;
}
</style>
border-color css
<style>
span { border-color: #77210C; }
span { border-color: rgb(119,33,12); }
td.TdClassName
{
border-color: #77210C;
}
.TagClassName
{
border-color: #77210C;
}
</style>