Shades of Falu Red #7C2602
Tints of Falu Red #7C2602
RGB
CMYK
RGB Variations
Color information
#7C2602 (or 0x7C2602) is known color: Falu Red. HEX triplet: 7C, 26 and 02. RGB value is (124,38,2). Sum of RGB (Red+Green+Blue) = 124+38+2=164 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.61% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2602 is #83D9FD. Grayscale: #3B3B3B. Windows color (decimal): -8641022 or 140924. OLE color: 140924.
HSL color Cylindrical-coordinate representation of color #7C2602: hue angle of 17.7º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C2602 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 2 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.51 |
| HSL | 17.7º | 0.97% | 0.25% | - |
| HSV(B) | 17.7º | 0.98% | 0.49% | - |
| XYZ | 9.02 | 5.68 | 0.68 | - |
| YUV | 59.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 2 | 0 | 0.69 | 0.98 | 0.51 | 17.7 | 0.97 | 0.25 |
| Hex | 7C | 26 | 2 | 0 | 45 | 62 | 33 | 12 | 61 | 19 |
| Octal | 174 | 46 | 2 | 0 | 105 | 142 | 63 | 22 | 141 | 31 |
| Binary | 1111100 | 100110 | 10 | 0 | 1000101 | 1100010 | 110011 | 10010 | 1100001 | 11001 |
Color Harmonies of #7C2602
Complementary color
Monochromatic Colors of #7C2602
Black with #7C2602
Text Example
Text Example
White with #7C2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2602; }
p { color: rgb(124,38,2); }
H1.HeaderClassName
{
color: #7C2602;
}
.AnyTagClassName
{
color: #7C2602;
}
</style>
background-color css
<style>
a { background-color: #7C2602; }
a { background-color: rgb(124,38,2); }
div.DivClassName
{
background-color: #7C2602;
}
.BgClassName
{
background-color: #7C2602;
}
</style>
border-color css
<style>
span { border-color: #7C2602; }
span { border-color: rgb(124,38,2); }
td.TdClassName
{
border-color: #7C2602;
}
.TagClassName
{
border-color: #7C2602;
}
</style>