Shades of Falu Red #77270C
Tints of Falu Red #77270C
RGB
CMYK
RGB Variations
Color information
#77270C (or 0x77270C) is known color: Falu Red. HEX triplet: 77, 27 and 0C. RGB value is (119,39,12). Sum of RGB (Red+Green+Blue) = 119+39+12=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77270C is #88D8F3. Grayscale: #3C3C3C. Windows color (decimal): -8968436 or 796535. OLE color: 796535.
HSL color Cylindrical-coordinate representation of color #77270C: hue angle of 15.14º 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 #77270C is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 12 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.53 |
| HSL | 15.14º | 0.82% | 0.26% | - |
| HSV(B) | 15.14º | 0.9% | 0.47% | - |
| XYZ | 8.4 | 5.4 | 0.95 | - |
| YUV | 59.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 12 | 0 | 0.67 | 0.90 | 0.53 | 15.14 | 0.82 | 0.26 |
| Hex | 77 | 27 | C | 0 | 43 | 5A | 35 | F | 52 | 1A |
| Octal | 167 | 47 | 14 | 0 | 103 | 132 | 65 | 17 | 122 | 32 |
| Binary | 1110111 | 100111 | 1100 | 0 | 1000011 | 1011010 | 110101 | 1111 | 1010010 | 11010 |
Color Harmonies of #77270C
Complementary color
Monochromatic Colors of #77270C
Black with #77270C
Text Example
Text Example
White with #77270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77270C; }
p { color: rgb(119,39,12); }
H1.HeaderClassName
{
color: #77270C;
}
.AnyTagClassName
{
color: #77270C;
}
</style>
background-color css
<style>
a { background-color: #77270C; }
a { background-color: rgb(119,39,12); }
div.DivClassName
{
background-color: #77270C;
}
.BgClassName
{
background-color: #77270C;
}
</style>
border-color css
<style>
span { border-color: #77270C; }
span { border-color: rgb(119,39,12); }
td.TdClassName
{
border-color: #77270C;
}
.TagClassName
{
border-color: #77270C;
}
</style>