Shades of Falcon #7C5C5E
Tints of Falcon #7C5C5E
RGB
CMYK
RGB Variations
Color information
#7C5C5E (or 0x7C5C5E) is known color: Falcon. HEX triplet: 7C, 5C and 5E. RGB value is (124,92,94). Sum of RGB (Red+Green+Blue) = 124+92+94=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C5E is #83A3A1. Grayscale: #656565. Windows color (decimal): -8627106 or 6184060. OLE color: 6184060.
HSL color Cylindrical-coordinate representation of color #7C5C5E: hue angle of 356.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C5C5E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 92 | 94 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.51 |
| HSL | 356.25º | 0.15% | 0.42% | - |
| HSV(B) | 356.25º | 0.26% | 0.49% | - |
| XYZ | 14.16 | 12.75 | 12.3 | - |
| YUV | 101.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 94 | 0 | 0.26 | 0.24 | 0.51 | 356.25 | 0.15 | 0.42 |
| Hex | 7C | 5C | 5E | 0 | 1A | 18 | 33 | 164 | F | 2A |
| Octal | 174 | 134 | 136 | 0 | 32 | 30 | 63 | 544 | 17 | 52 |
| Binary | 1111100 | 1011100 | 1011110 | 0 | 11010 | 11000 | 110011 | 101100100 | 1111 | 101010 |
Color Harmonies of #7C5C5E
Complementary color
Monochromatic Colors of #7C5C5E
Black with #7C5C5E
Text Example
Text Example
White with #7C5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5C5E; }
p { color: rgb(124,92,94); }
H1.HeaderClassName
{
color: #7C5C5E;
}
.AnyTagClassName
{
color: #7C5C5E;
}
</style>
background-color css
<style>
a { background-color: #7C5C5E; }
a { background-color: rgb(124,92,94); }
div.DivClassName
{
background-color: #7C5C5E;
}
.BgClassName
{
background-color: #7C5C5E;
}
</style>
border-color css
<style>
span { border-color: #7C5C5E; }
span { border-color: rgb(124,92,94); }
td.TdClassName
{
border-color: #7C5C5E;
}
.TagClassName
{
border-color: #7C5C5E;
}
</style>