Shades of Falu Red #761E08
Tints of Falu Red #761E08
RGB
CMYK
RGB Variations
Color information
#761E08 (or 0x761E08) is known color: Falu Red. HEX triplet: 76, 1E and 08. RGB value is (118,30,8). Sum of RGB (Red+Green+Blue) = 118+30+8=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #761E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E08 is #89E1F7. Grayscale: #353535. Windows color (decimal): -9036280 or 532086. OLE color: 532086.
HSL color Cylindrical-coordinate representation of color #761E08: hue angle of 12º 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 #761E08 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 8 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.54 |
| HSL | 12º | 0.87% | 0.25% | - |
| HSV(B) | 12º | 0.93% | 0.46% | - |
| XYZ | 7.98 | 4.8 | 0.74 | - |
| YUV | 53.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 8 | 0 | 0.75 | 0.93 | 0.54 | 12 | 0.87 | 0.25 |
| Hex | 76 | 1E | 8 | 0 | 4B | 5D | 36 | C | 57 | 19 |
| Octal | 166 | 36 | 10 | 0 | 113 | 135 | 66 | 14 | 127 | 31 |
| Binary | 1110110 | 11110 | 1000 | 0 | 1001011 | 1011101 | 110110 | 1100 | 1010111 | 11001 |
Color Harmonies of #761E08
Complementary color
Monochromatic Colors of #761E08
Black with #761E08
Text Example
Text Example
White with #761E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E08; }
p { color: rgb(118,30,8); }
H1.HeaderClassName
{
color: #761E08;
}
.AnyTagClassName
{
color: #761E08;
}
</style>
background-color css
<style>
a { background-color: #761E08; }
a { background-color: rgb(118,30,8); }
div.DivClassName
{
background-color: #761E08;
}
.BgClassName
{
background-color: #761E08;
}
</style>
border-color css
<style>
span { border-color: #761E08; }
span { border-color: rgb(118,30,8); }
td.TdClassName
{
border-color: #761E08;
}
.TagClassName
{
border-color: #761E08;
}
</style>