Shades of Falu Red #7B2007
Tints of Falu Red #7B2007
RGB
CMYK
RGB Variations
Color information
#7B2007 (or 0x7B2007) is known color: Falu Red. HEX triplet: 7B, 20 and 07. RGB value is (123,32,7). Sum of RGB (Red+Green+Blue) = 123+32+7=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2007 is #84DFF8. Grayscale: #383838. Windows color (decimal): -8708089 or 467067. OLE color: 467067.
HSL color Cylindrical-coordinate representation of color #7B2007: hue angle of 12.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B2007 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 7 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.52 |
| HSL | 12.93º | 0.89% | 0.25% | - |
| HSV(B) | 12.93º | 0.94% | 0.48% | - |
| XYZ | 8.72 | 5.26 | 0.76 | - |
| YUV | 56.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 7 | 0 | 0.74 | 0.94 | 0.52 | 12.93 | 0.89 | 0.25 |
| Hex | 7B | 20 | 7 | 0 | 4A | 5E | 34 | D | 59 | 19 |
| Octal | 173 | 40 | 7 | 0 | 112 | 136 | 64 | 15 | 131 | 31 |
| Binary | 1111011 | 100000 | 111 | 0 | 1001010 | 1011110 | 110100 | 1101 | 1011001 | 11001 |
Color Harmonies of #7B2007
Complementary color
Monochromatic Colors of #7B2007
Black with #7B2007
Text Example
Text Example
White with #7B2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2007; }
p { color: rgb(123,32,7); }
H1.HeaderClassName
{
color: #7B2007;
}
.AnyTagClassName
{
color: #7B2007;
}
</style>
background-color css
<style>
a { background-color: #7B2007; }
a { background-color: rgb(123,32,7); }
div.DivClassName
{
background-color: #7B2007;
}
.BgClassName
{
background-color: #7B2007;
}
</style>
border-color css
<style>
span { border-color: #7B2007; }
span { border-color: rgb(123,32,7); }
td.TdClassName
{
border-color: #7B2007;
}
.TagClassName
{
border-color: #7B2007;
}
</style>