Shades of Falu Red #760E0C
Tints of Falu Red #760E0C
RGB
CMYK
RGB Variations
Color information
#760E0C (or 0x760E0C) is known color: Falu Red. HEX triplet: 76, 0E and 0C. RGB value is (118,14,12). Sum of RGB (Red+Green+Blue) = 118+14+12=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760E0C is #89F1F3. Grayscale: #2C2C2C. Windows color (decimal): -9040372 or 790134. OLE color: 790134.
HSL color Cylindrical-coordinate representation of color #760E0C: hue angle of 1.13º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760E0C is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 12 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.54 |
| HSL | 1.13º | 0.82% | 0.25% | - |
| HSV(B) | 1.13º | 0.9% | 0.46% | - |
| XYZ | 7.69 | 4.19 | 0.75 | - |
| YUV | 44.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 12 | 0 | 0.88 | 0.90 | 0.54 | 1.13 | 0.82 | 0.25 |
| Hex | 76 | E | C | 0 | 58 | 5A | 36 | 1 | 52 | 19 |
| Octal | 166 | 16 | 14 | 0 | 130 | 132 | 66 | 1 | 122 | 31 |
| Binary | 1110110 | 1110 | 1100 | 0 | 1011000 | 1011010 | 110110 | 1 | 1010010 | 11001 |
Color Harmonies of #760E0C
Complementary color
Monochromatic Colors of #760E0C
Black with #760E0C
Text Example
Text Example
White with #760E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E0C; }
p { color: rgb(118,14,12); }
H1.HeaderClassName
{
color: #760E0C;
}
.AnyTagClassName
{
color: #760E0C;
}
</style>
background-color css
<style>
a { background-color: #760E0C; }
a { background-color: rgb(118,14,12); }
div.DivClassName
{
background-color: #760E0C;
}
.BgClassName
{
background-color: #760E0C;
}
</style>
border-color css
<style>
span { border-color: #760E0C; }
span { border-color: rgb(118,14,12); }
td.TdClassName
{
border-color: #760E0C;
}
.TagClassName
{
border-color: #760E0C;
}
</style>