Shades of Falu Red #761A05
Tints of Falu Red #761A05
RGB
CMYK
RGB Variations
Color information
#761A05 (or 0x761A05) is known color: Falu Red. HEX triplet: 76, 1A and 05. RGB value is (118,26,5). Sum of RGB (Red+Green+Blue) = 118+26+5=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #761A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A05 is #89E5FA. Grayscale: #333333. Windows color (decimal): -9037307 or 334454. OLE color: 334454.
HSL color Cylindrical-coordinate representation of color #761A05: hue angle of 11.15º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #761A05 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 5 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.54 |
| HSL | 11.15º | 0.92% | 0.24% | - |
| HSV(B) | 11.15º | 0.96% | 0.46% | - |
| XYZ | 7.87 | 4.6 | 0.62 | - |
| YUV | 51.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 5 | 0 | 0.78 | 0.96 | 0.54 | 11.15 | 0.92 | 0.24 |
| Hex | 76 | 1A | 5 | 0 | 4E | 60 | 36 | B | 5C | 18 |
| Octal | 166 | 32 | 5 | 0 | 116 | 140 | 66 | 13 | 134 | 30 |
| Binary | 1110110 | 11010 | 101 | 0 | 1001110 | 1100000 | 110110 | 1011 | 1011100 | 11000 |
Color Harmonies of #761A05
Complementary color
Monochromatic Colors of #761A05
Black with #761A05
Text Example
Text Example
White with #761A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A05; }
p { color: rgb(118,26,5); }
H1.HeaderClassName
{
color: #761A05;
}
.AnyTagClassName
{
color: #761A05;
}
</style>
background-color css
<style>
a { background-color: #761A05; }
a { background-color: rgb(118,26,5); }
div.DivClassName
{
background-color: #761A05;
}
.BgClassName
{
background-color: #761A05;
}
</style>
border-color css
<style>
span { border-color: #761A05; }
span { border-color: rgb(118,26,5); }
td.TdClassName
{
border-color: #761A05;
}
.TagClassName
{
border-color: #761A05;
}
</style>