Shades of Falu Red #761F08
Tints of Falu Red #761F08
RGB
CMYK
RGB Variations
Color information
#761F08 (or 0x761F08) is known color: Falu Red. HEX triplet: 76, 1F and 08. RGB value is (118,31,8). Sum of RGB (Red+Green+Blue) = 118+31+8=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F08 is #89E0F7. Grayscale: #363636. Windows color (decimal): -9036024 or 532342. OLE color: 532342.
HSL color Cylindrical-coordinate representation of color #761F08: hue angle of 12.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #761F08 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 8 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.54 |
| HSL | 12.55º | 0.87% | 0.25% | - |
| HSV(B) | 12.55º | 0.93% | 0.46% | - |
| XYZ | 8.01 | 4.85 | 0.74 | - |
| YUV | 54.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 8 | 0 | 0.74 | 0.93 | 0.54 | 12.55 | 0.87 | 0.25 |
| Hex | 76 | 1F | 8 | 0 | 4A | 5D | 36 | D | 57 | 19 |
| Octal | 166 | 37 | 10 | 0 | 112 | 135 | 66 | 15 | 127 | 31 |
| Binary | 1110110 | 11111 | 1000 | 0 | 1001010 | 1011101 | 110110 | 1101 | 1010111 | 11001 |
Color Harmonies of #761F08
Complementary color
Monochromatic Colors of #761F08
Black with #761F08
Text Example
Text Example
White with #761F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F08; }
p { color: rgb(118,31,8); }
H1.HeaderClassName
{
color: #761F08;
}
.AnyTagClassName
{
color: #761F08;
}
</style>
background-color css
<style>
a { background-color: #761F08; }
a { background-color: rgb(118,31,8); }
div.DivClassName
{
background-color: #761F08;
}
.BgClassName
{
background-color: #761F08;
}
</style>
border-color css
<style>
span { border-color: #761F08; }
span { border-color: rgb(118,31,8); }
td.TdClassName
{
border-color: #761F08;
}
.TagClassName
{
border-color: #761F08;
}
</style>