Shades of Falu Red #760F0E
Tints of Falu Red #760F0E
RGB
CMYK
RGB Variations
Color information
#760F0E (or 0x760F0E) is known color: Falu Red. HEX triplet: 76, 0F and 0E. RGB value is (118,15,14). Sum of RGB (Red+Green+Blue) = 118+15+14=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #760F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F0E is #89F0F1. Grayscale: #2D2D2D. Windows color (decimal): -9040114 or 921462. OLE color: 921462.
HSL color Cylindrical-coordinate representation of color #760F0E: hue angle of 0.58º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760F0E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 14 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.54 |
| HSL | 0.58º | 0.79% | 0.26% | - |
| HSV(B) | 0.58º | 0.88% | 0.46% | - |
| XYZ | 7.72 | 4.22 | 0.82 | - |
| YUV | 45.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 14 | 0 | 0.87 | 0.88 | 0.54 | 0.58 | 0.79 | 0.26 |
| Hex | 76 | F | E | 0 | 57 | 58 | 36 | 1 | 4F | 1A |
| Octal | 166 | 17 | 16 | 0 | 127 | 130 | 66 | 1 | 117 | 32 |
| Binary | 1110110 | 1111 | 1110 | 0 | 1010111 | 1011000 | 110110 | 1 | 1001111 | 11010 |
Color Harmonies of #760F0E
Complementary color
Monochromatic Colors of #760F0E
Black with #760F0E
Text Example
Text Example
White with #760F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F0E; }
p { color: rgb(118,15,14); }
H1.HeaderClassName
{
color: #760F0E;
}
.AnyTagClassName
{
color: #760F0E;
}
</style>
background-color css
<style>
a { background-color: #760F0E; }
a { background-color: rgb(118,15,14); }
div.DivClassName
{
background-color: #760F0E;
}
.BgClassName
{
background-color: #760F0E;
}
</style>
border-color css
<style>
span { border-color: #760F0E; }
span { border-color: rgb(118,15,14); }
td.TdClassName
{
border-color: #760F0E;
}
.TagClassName
{
border-color: #760F0E;
}
</style>