Shades of Falu Red #76170C
Tints of Falu Red #76170C
RGB
CMYK
RGB Variations
Color information
#76170C (or 0x76170C) is known color: Falu Red. HEX triplet: 76, 17 and 0C. RGB value is (118,23,12). Sum of RGB (Red+Green+Blue) = 118+23+12=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76170C is #89E8F3. Grayscale: #323232. Windows color (decimal): -9038068 or 792438. OLE color: 792438.
HSL color Cylindrical-coordinate representation of color #76170C: hue angle of 6.23º 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 #76170C is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 12 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.54 |
| HSL | 6.23º | 0.82% | 0.25% | - |
| HSV(B) | 6.23º | 0.9% | 0.46% | - |
| XYZ | 7.84 | 4.49 | 0.8 | - |
| YUV | 50.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 12 | 0 | 0.81 | 0.90 | 0.54 | 6.23 | 0.82 | 0.25 |
| Hex | 76 | 17 | C | 0 | 51 | 5A | 36 | 6 | 52 | 19 |
| Octal | 166 | 27 | 14 | 0 | 121 | 132 | 66 | 6 | 122 | 31 |
| Binary | 1110110 | 10111 | 1100 | 0 | 1010001 | 1011010 | 110110 | 110 | 1010010 | 11001 |
Color Harmonies of #76170C
Complementary color
Monochromatic Colors of #76170C
Black with #76170C
Text Example
Text Example
White with #76170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76170C; }
p { color: rgb(118,23,12); }
H1.HeaderClassName
{
color: #76170C;
}
.AnyTagClassName
{
color: #76170C;
}
</style>
background-color css
<style>
a { background-color: #76170C; }
a { background-color: rgb(118,23,12); }
div.DivClassName
{
background-color: #76170C;
}
.BgClassName
{
background-color: #76170C;
}
</style>
border-color css
<style>
span { border-color: #76170C; }
span { border-color: rgb(118,23,12); }
td.TdClassName
{
border-color: #76170C;
}
.TagClassName
{
border-color: #76170C;
}
</style>