Shades of Falu Red #77260C
Tints of Falu Red #77260C
RGB
CMYK
RGB Variations
Color information
#77260C (or 0x77260C) is known color: Falu Red. HEX triplet: 77, 26 and 0C. RGB value is (119,38,12). Sum of RGB (Red+Green+Blue) = 119+38+12=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77260C is #88D9F3. Grayscale: #3B3B3B. Windows color (decimal): -8968692 or 796279. OLE color: 796279.
HSL color Cylindrical-coordinate representation of color #77260C: hue angle of 14.58º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77260C is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 12 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.53 |
| HSL | 14.58º | 0.82% | 0.26% | - |
| HSV(B) | 14.58º | 0.9% | 0.47% | - |
| XYZ | 8.37 | 5.33 | 0.94 | - |
| YUV | 59.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 12 | 0 | 0.68 | 0.90 | 0.53 | 14.58 | 0.82 | 0.26 |
| Hex | 77 | 26 | C | 0 | 44 | 5A | 35 | F | 52 | 1A |
| Octal | 167 | 46 | 14 | 0 | 104 | 132 | 65 | 17 | 122 | 32 |
| Binary | 1110111 | 100110 | 1100 | 0 | 1000100 | 1011010 | 110101 | 1111 | 1010010 | 11010 |
Color Harmonies of #77260C
Complementary color
Monochromatic Colors of #77260C
Black with #77260C
Text Example
Text Example
White with #77260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77260C; }
p { color: rgb(119,38,12); }
H1.HeaderClassName
{
color: #77260C;
}
.AnyTagClassName
{
color: #77260C;
}
</style>
background-color css
<style>
a { background-color: #77260C; }
a { background-color: rgb(119,38,12); }
div.DivClassName
{
background-color: #77260C;
}
.BgClassName
{
background-color: #77260C;
}
</style>
border-color css
<style>
span { border-color: #77260C; }
span { border-color: rgb(119,38,12); }
td.TdClassName
{
border-color: #77260C;
}
.TagClassName
{
border-color: #77260C;
}
</style>