Shades of Falu Red #761804
Tints of Falu Red #761804
RGB
CMYK
RGB Variations
Color information
#761804 (or 0x761804) is known color: Falu Red. HEX triplet: 76, 18 and 04. RGB value is (118,24,4). Sum of RGB (Red+Green+Blue) = 118+24+4=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #761804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761804 is #89E7FB. Grayscale: #323232. Windows color (decimal): -9037820 or 268406. OLE color: 268406.
HSL color Cylindrical-coordinate representation of color #761804: hue angle of 10.53º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #761804 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 4 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.54 |
| HSL | 10.53º | 0.93% | 0.24% | - |
| HSV(B) | 10.53º | 0.97% | 0.46% | - |
| XYZ | 7.82 | 4.51 | 0.57 | - |
| YUV | 49.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 4 | 0 | 0.80 | 0.97 | 0.54 | 10.53 | 0.93 | 0.24 |
| Hex | 76 | 18 | 4 | 0 | 50 | 61 | 36 | B | 5D | 18 |
| Octal | 166 | 30 | 4 | 0 | 120 | 141 | 66 | 13 | 135 | 30 |
| Binary | 1110110 | 11000 | 100 | 0 | 1010000 | 1100001 | 110110 | 1011 | 1011101 | 11000 |
Color Harmonies of #761804
Complementary color
Monochromatic Colors of #761804
Black with #761804
Text Example
Text Example
White with #761804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761804; }
p { color: rgb(118,24,4); }
H1.HeaderClassName
{
color: #761804;
}
.AnyTagClassName
{
color: #761804;
}
</style>
background-color css
<style>
a { background-color: #761804; }
a { background-color: rgb(118,24,4); }
div.DivClassName
{
background-color: #761804;
}
.BgClassName
{
background-color: #761804;
}
</style>
border-color css
<style>
span { border-color: #761804; }
span { border-color: rgb(118,24,4); }
td.TdClassName
{
border-color: #761804;
}
.TagClassName
{
border-color: #761804;
}
</style>