Shades of Falu Red #7B120C
Tints of Falu Red #7B120C
RGB
CMYK
RGB Variations
Color information
#7B120C (or 0x7B120C) is known color: Falu Red. HEX triplet: 7B, 12 and 0C. RGB value is (123,18,12). Sum of RGB (Red+Green+Blue) = 123+18+12=153 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.39% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 123 - color contains mainly: red. Hex color #7B120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B120C is #84EDF3. Grayscale: #303030. Windows color (decimal): -8711668 or 791163. OLE color: 791163.
HSL color Cylindrical-coordinate representation of color #7B120C: hue angle of 3.24º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B120C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 12 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.52 |
| HSL | 3.24º | 0.82% | 0.26% | - |
| HSV(B) | 3.24º | 0.9% | 0.48% | - |
| XYZ | 8.45 | 4.67 | 0.8 | - |
| YUV | 48.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 12 | 0 | 0.85 | 0.90 | 0.52 | 3.24 | 0.82 | 0.26 |
| Hex | 7B | 12 | C | 0 | 55 | 5A | 34 | 3 | 52 | 1A |
| Octal | 173 | 22 | 14 | 0 | 125 | 132 | 64 | 3 | 122 | 32 |
| Binary | 1111011 | 10010 | 1100 | 0 | 1010101 | 1011010 | 110100 | 11 | 1010010 | 11010 |
Color Harmonies of #7B120C
Complementary color
Monochromatic Colors of #7B120C
Black with #7B120C
Text Example
Text Example
White with #7B120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B120C; }
p { color: rgb(123,18,12); }
H1.HeaderClassName
{
color: #7B120C;
}
.AnyTagClassName
{
color: #7B120C;
}
</style>
background-color css
<style>
a { background-color: #7B120C; }
a { background-color: rgb(123,18,12); }
div.DivClassName
{
background-color: #7B120C;
}
.BgClassName
{
background-color: #7B120C;
}
</style>
border-color css
<style>
span { border-color: #7B120C; }
span { border-color: rgb(123,18,12); }
td.TdClassName
{
border-color: #7B120C;
}
.TagClassName
{
border-color: #7B120C;
}
</style>