Shades of Falu Red #76220C
Tints of Falu Red #76220C
RGB
CMYK
RGB Variations
Color information
#76220C (or 0x76220C) is known color: Falu Red. HEX triplet: 76, 22 and 0C. RGB value is (118,34,12). Sum of RGB (Red+Green+Blue) = 118+34+12=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76220C is #89DDF3. Grayscale: #383838. Windows color (decimal): -9035252 or 795254. OLE color: 795254.
HSL color Cylindrical-coordinate representation of color #76220C: hue angle of 12.45º 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 #76220C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 12 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.54 |
| HSL | 12.45º | 0.82% | 0.25% | - |
| HSV(B) | 12.45º | 0.9% | 0.46% | - |
| XYZ | 8.11 | 5.02 | 0.89 | - |
| YUV | 56.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 12 | 0 | 0.71 | 0.90 | 0.54 | 12.45 | 0.82 | 0.25 |
| Hex | 76 | 22 | C | 0 | 47 | 5A | 36 | C | 52 | 19 |
| Octal | 166 | 42 | 14 | 0 | 107 | 132 | 66 | 14 | 122 | 31 |
| Binary | 1110110 | 100010 | 1100 | 0 | 1000111 | 1011010 | 110110 | 1100 | 1010010 | 11001 |
Color Harmonies of #76220C
Complementary color
Monochromatic Colors of #76220C
Black with #76220C
Text Example
Text Example
White with #76220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76220C; }
p { color: rgb(118,34,12); }
H1.HeaderClassName
{
color: #76220C;
}
.AnyTagClassName
{
color: #76220C;
}
</style>
background-color css
<style>
a { background-color: #76220C; }
a { background-color: rgb(118,34,12); }
div.DivClassName
{
background-color: #76220C;
}
.BgClassName
{
background-color: #76220C;
}
</style>
border-color css
<style>
span { border-color: #76220C; }
span { border-color: rgb(118,34,12); }
td.TdClassName
{
border-color: #76220C;
}
.TagClassName
{
border-color: #76220C;
}
</style>