Shades of Falu Red #77170B
Tints of Falu Red #77170B
RGB
CMYK
RGB Variations
Color information
#77170B (or 0x77170B) is known color: Falu Red. HEX triplet: 77, 17 and 0B. RGB value is (119,23,11). Sum of RGB (Red+Green+Blue) = 119+23+11=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #77170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77170B is #88E8F4. Grayscale: #323232. Windows color (decimal): -8972533 or 726903. OLE color: 726903.
HSL color Cylindrical-coordinate representation of color #77170B: hue angle of 6.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77170B is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 11 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.53 |
| HSL | 6.67º | 0.83% | 0.25% | - |
| HSV(B) | 6.67º | 0.91% | 0.47% | - |
| XYZ | 7.97 | 4.56 | 0.78 | - |
| YUV | 50.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 11 | 0 | 0.81 | 0.91 | 0.53 | 6.67 | 0.83 | 0.25 |
| Hex | 77 | 17 | B | 0 | 51 | 5B | 35 | 7 | 53 | 19 |
| Octal | 167 | 27 | 13 | 0 | 121 | 133 | 65 | 7 | 123 | 31 |
| Binary | 1110111 | 10111 | 1011 | 0 | 1010001 | 1011011 | 110101 | 111 | 1010011 | 11001 |
Color Harmonies of #77170B
Complementary color
Monochromatic Colors of #77170B
Black with #77170B
Text Example
Text Example
White with #77170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77170B; }
p { color: rgb(119,23,11); }
H1.HeaderClassName
{
color: #77170B;
}
.AnyTagClassName
{
color: #77170B;
}
</style>
background-color css
<style>
a { background-color: #77170B; }
a { background-color: rgb(119,23,11); }
div.DivClassName
{
background-color: #77170B;
}
.BgClassName
{
background-color: #77170B;
}
</style>
border-color css
<style>
span { border-color: #77170B; }
span { border-color: rgb(119,23,11); }
td.TdClassName
{
border-color: #77170B;
}
.TagClassName
{
border-color: #77170B;
}
</style>