Shades of Falu Red #772008
Tints of Falu Red #772008
RGB
CMYK
RGB Variations
Color information
#772008 (or 0x772008) is known color: Falu Red. HEX triplet: 77, 20 and 08. RGB value is (119,32,8). Sum of RGB (Red+Green+Blue) = 119+32+8=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #772008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772008 is #88DFF7. Grayscale: #373737. Windows color (decimal): -8970232 or 532599. OLE color: 532599.
HSL color Cylindrical-coordinate representation of color #772008: hue angle of 12.97º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #772008 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 8 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.53 |
| HSL | 12.97º | 0.87% | 0.25% | - |
| HSV(B) | 12.97º | 0.93% | 0.47% | - |
| XYZ | 8.17 | 4.97 | 0.76 | - |
| YUV | 55.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 8 | 0 | 0.73 | 0.93 | 0.53 | 12.97 | 0.87 | 0.25 |
| Hex | 77 | 20 | 8 | 0 | 49 | 5D | 35 | D | 57 | 19 |
| Octal | 167 | 40 | 10 | 0 | 111 | 135 | 65 | 15 | 127 | 31 |
| Binary | 1110111 | 100000 | 1000 | 0 | 1001001 | 1011101 | 110101 | 1101 | 1010111 | 11001 |
Color Harmonies of #772008
Complementary color
Monochromatic Colors of #772008
Black with #772008
Text Example
Text Example
White with #772008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772008; }
p { color: rgb(119,32,8); }
H1.HeaderClassName
{
color: #772008;
}
.AnyTagClassName
{
color: #772008;
}
</style>
background-color css
<style>
a { background-color: #772008; }
a { background-color: rgb(119,32,8); }
div.DivClassName
{
background-color: #772008;
}
.BgClassName
{
background-color: #772008;
}
</style>
border-color css
<style>
span { border-color: #772008; }
span { border-color: rgb(119,32,8); }
td.TdClassName
{
border-color: #772008;
}
.TagClassName
{
border-color: #772008;
}
</style>