Shades of Falu Red #761A07
Tints of Falu Red #761A07
RGB
CMYK
RGB Variations
Color information
#761A07 (or 0x761A07) is known color: Falu Red. HEX triplet: 76, 1A and 07. RGB value is (118,26,7). Sum of RGB (Red+Green+Blue) = 118+26+7=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #761A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A07 is #89E5F8. Grayscale: #333333. Windows color (decimal): -9037305 or 465526. OLE color: 465526.
HSL color Cylindrical-coordinate representation of color #761A07: hue angle of 10.27º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #761A07 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 7 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.54 |
| HSL | 10.27º | 0.89% | 0.25% | - |
| HSV(B) | 10.27º | 0.94% | 0.46% | - |
| XYZ | 7.88 | 4.61 | 0.67 | - |
| YUV | 51.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 7 | 0 | 0.78 | 0.94 | 0.54 | 10.27 | 0.89 | 0.25 |
| Hex | 76 | 1A | 7 | 0 | 4E | 5E | 36 | A | 59 | 19 |
| Octal | 166 | 32 | 7 | 0 | 116 | 136 | 66 | 12 | 131 | 31 |
| Binary | 1110110 | 11010 | 111 | 0 | 1001110 | 1011110 | 110110 | 1010 | 1011001 | 11001 |
Color Harmonies of #761A07
Complementary color
Monochromatic Colors of #761A07
Black with #761A07
Text Example
Text Example
White with #761A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A07; }
p { color: rgb(118,26,7); }
H1.HeaderClassName
{
color: #761A07;
}
.AnyTagClassName
{
color: #761A07;
}
</style>
background-color css
<style>
a { background-color: #761A07; }
a { background-color: rgb(118,26,7); }
div.DivClassName
{
background-color: #761A07;
}
.BgClassName
{
background-color: #761A07;
}
</style>
border-color css
<style>
span { border-color: #761A07; }
span { border-color: rgb(118,26,7); }
td.TdClassName
{
border-color: #761A07;
}
.TagClassName
{
border-color: #761A07;
}
</style>