Shades of Falu Red #761C17
Tints of Falu Red #761C17
RGB
CMYK
RGB Variations
Color information
#761C17 (or 0x761C17) is known color: Falu Red. HEX triplet: 76, 1C and 17. RGB value is (118,28,23). Sum of RGB (Red+Green+Blue) = 118+28+23=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #761C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C17 is #89E3E8. Grayscale: #363636. Windows color (decimal): -9036777 or 1514614. OLE color: 1514614.
HSL color Cylindrical-coordinate representation of color #761C17: hue angle of 3.16º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761C17 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 23 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.54 |
| HSL | 3.16º | 0.67% | 0.28% | - |
| HSV(B) | 3.16º | 0.81% | 0.46% | - |
| XYZ | 8.04 | 4.74 | 1.3 | - |
| YUV | 54.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 23 | 0 | 0.76 | 0.81 | 0.54 | 3.16 | 0.67 | 0.28 |
| Hex | 76 | 1C | 17 | 0 | 4C | 51 | 36 | 3 | 43 | 1C |
| Octal | 166 | 34 | 27 | 0 | 114 | 121 | 66 | 3 | 103 | 34 |
| Binary | 1110110 | 11100 | 10111 | 0 | 1001100 | 1010001 | 110110 | 11 | 1000011 | 11100 |
Color Harmonies of #761C17
Complementary color
Monochromatic Colors of #761C17
Black with #761C17
Text Example
Text Example
White with #761C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C17; }
p { color: rgb(118,28,23); }
H1.HeaderClassName
{
color: #761C17;
}
.AnyTagClassName
{
color: #761C17;
}
</style>
background-color css
<style>
a { background-color: #761C17; }
a { background-color: rgb(118,28,23); }
div.DivClassName
{
background-color: #761C17;
}
.BgClassName
{
background-color: #761C17;
}
</style>
border-color css
<style>
span { border-color: #761C17; }
span { border-color: rgb(118,28,23); }
td.TdClassName
{
border-color: #761C17;
}
.TagClassName
{
border-color: #761C17;
}
</style>