Shades of Falu Red #771C08
Tints of Falu Red #771C08
RGB
CMYK
RGB Variations
Color information
#771C08 (or 0x771C08) is known color: Falu Red. HEX triplet: 77, 1C and 08. RGB value is (119,28,8). Sum of RGB (Red+Green+Blue) = 119+28+8=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #771C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C08 is #88E3F7. Grayscale: #353535. Windows color (decimal): -8971256 or 531575. OLE color: 531575.
HSL color Cylindrical-coordinate representation of color #771C08: hue angle of 10.81º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #771C08 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 8 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.53 |
| HSL | 10.81º | 0.87% | 0.25% | - |
| HSV(B) | 10.81º | 0.93% | 0.47% | - |
| XYZ | 8.07 | 4.77 | 0.73 | - |
| YUV | 52.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 8 | 0 | 0.76 | 0.93 | 0.53 | 10.81 | 0.87 | 0.25 |
| Hex | 77 | 1C | 8 | 0 | 4C | 5D | 35 | B | 57 | 19 |
| Octal | 167 | 34 | 10 | 0 | 114 | 135 | 65 | 13 | 127 | 31 |
| Binary | 1110111 | 11100 | 1000 | 0 | 1001100 | 1011101 | 110101 | 1011 | 1010111 | 11001 |
Color Harmonies of #771C08
Complementary color
Monochromatic Colors of #771C08
Black with #771C08
Text Example
Text Example
White with #771C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C08; }
p { color: rgb(119,28,8); }
H1.HeaderClassName
{
color: #771C08;
}
.AnyTagClassName
{
color: #771C08;
}
</style>
background-color css
<style>
a { background-color: #771C08; }
a { background-color: rgb(119,28,8); }
div.DivClassName
{
background-color: #771C08;
}
.BgClassName
{
background-color: #771C08;
}
</style>
border-color css
<style>
span { border-color: #771C08; }
span { border-color: rgb(119,28,8); }
td.TdClassName
{
border-color: #771C08;
}
.TagClassName
{
border-color: #771C08;
}
</style>