Shades of Falu Red #761F12
Tints of Falu Red #761F12
RGB
CMYK
RGB Variations
Color information
#761F12 (or 0x761F12) is known color: Falu Red. HEX triplet: 76, 1F and 12. RGB value is (118,31,18). Sum of RGB (Red+Green+Blue) = 118+31+18=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F12 is #89E0ED. Grayscale: #373737. Windows color (decimal): -9036014 or 1187702. OLE color: 1187702.
HSL color Cylindrical-coordinate representation of color #761F12: hue angle of 7.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761F12 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 18 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.54 |
| HSL | 7.8º | 0.74% | 0.27% | - |
| HSV(B) | 7.8º | 0.85% | 0.46% | - |
| XYZ | 8.07 | 4.88 | 1.09 | - |
| YUV | 55.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 18 | 0 | 0.74 | 0.85 | 0.54 | 7.8 | 0.74 | 0.27 |
| Hex | 76 | 1F | 12 | 0 | 4A | 55 | 36 | 8 | 4A | 1B |
| Octal | 166 | 37 | 22 | 0 | 112 | 125 | 66 | 10 | 112 | 33 |
| Binary | 1110110 | 11111 | 10010 | 0 | 1001010 | 1010101 | 110110 | 1000 | 1001010 | 11011 |
Color Harmonies of #761F12
Complementary color
Monochromatic Colors of #761F12
Black with #761F12
Text Example
Text Example
White with #761F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F12; }
p { color: rgb(118,31,18); }
H1.HeaderClassName
{
color: #761F12;
}
.AnyTagClassName
{
color: #761F12;
}
</style>
background-color css
<style>
a { background-color: #761F12; }
a { background-color: rgb(118,31,18); }
div.DivClassName
{
background-color: #761F12;
}
.BgClassName
{
background-color: #761F12;
}
</style>
border-color css
<style>
span { border-color: #761F12; }
span { border-color: rgb(118,31,18); }
td.TdClassName
{
border-color: #761F12;
}
.TagClassName
{
border-color: #761F12;
}
</style>