Shades of Falu Red #762012
Tints of Falu Red #762012
RGB
CMYK
RGB Variations
Color information
#762012 (or 0x762012) is known color: Falu Red. HEX triplet: 76, 20 and 12. RGB value is (118,32,18). Sum of RGB (Red+Green+Blue) = 118+32+18=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #762012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762012 is #89DFED. Grayscale: #383838. Windows color (decimal): -9035758 or 1187958. OLE color: 1187958.
HSL color Cylindrical-coordinate representation of color #762012: hue angle of 8.4º 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 #762012 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 18 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.54 |
| HSL | 8.4º | 0.74% | 0.27% | - |
| HSV(B) | 8.4º | 0.85% | 0.46% | - |
| XYZ | 8.1 | 4.93 | 1.1 | - |
| YUV | 56.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 18 | 0 | 0.73 | 0.85 | 0.54 | 8.4 | 0.74 | 0.27 |
| Hex | 76 | 20 | 12 | 0 | 49 | 55 | 36 | 8 | 4A | 1B |
| Octal | 166 | 40 | 22 | 0 | 111 | 125 | 66 | 10 | 112 | 33 |
| Binary | 1110110 | 100000 | 10010 | 0 | 1001001 | 1010101 | 110110 | 1000 | 1001010 | 11011 |
Color Harmonies of #762012
Complementary color
Monochromatic Colors of #762012
Black with #762012
Text Example
Text Example
White with #762012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762012; }
p { color: rgb(118,32,18); }
H1.HeaderClassName
{
color: #762012;
}
.AnyTagClassName
{
color: #762012;
}
</style>
background-color css
<style>
a { background-color: #762012; }
a { background-color: rgb(118,32,18); }
div.DivClassName
{
background-color: #762012;
}
.BgClassName
{
background-color: #762012;
}
</style>
border-color css
<style>
span { border-color: #762012; }
span { border-color: rgb(118,32,18); }
td.TdClassName
{
border-color: #762012;
}
.TagClassName
{
border-color: #762012;
}
</style>