Shades of Falcon #7C5259
Tints of Falcon #7C5259
RGB
CMYK
RGB Variations
Color information
#7C5259 (or 0x7C5259) is known color: Falcon. HEX triplet: 7C, 52 and 59. RGB value is (124,82,89). Sum of RGB (Red+Green+Blue) = 124+82+89=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5259 is #83ADA6. Grayscale: #5F5F5F. Windows color (decimal): -8629671 or 5853820. OLE color: 5853820.
HSL color Cylindrical-coordinate representation of color #7C5259: hue angle of 350º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5259 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 89 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.51 |
| HSL | 350º | 0.2% | 0.4% | - |
| HSV(B) | 350º | 0.34% | 0.49% | - |
| XYZ | 13.13 | 11.04 | 10.89 | - |
| YUV | 95.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 89 | 0 | 0.34 | 0.28 | 0.51 | 350 | 0.2 | 0.4 |
| Hex | 7C | 52 | 59 | 0 | 22 | 1C | 33 | 15E | 14 | 28 |
| Octal | 174 | 122 | 131 | 0 | 42 | 34 | 63 | 536 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1011001 | 0 | 100010 | 11100 | 110011 | 101011110 | 10100 | 101000 |
Color Harmonies of #7C5259
Complementary color
Monochromatic Colors of #7C5259
Black with #7C5259
Text Example
Text Example
White with #7C5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5259; }
p { color: rgb(124,82,89); }
H1.HeaderClassName
{
color: #7C5259;
}
.AnyTagClassName
{
color: #7C5259;
}
</style>
background-color css
<style>
a { background-color: #7C5259; }
a { background-color: rgb(124,82,89); }
div.DivClassName
{
background-color: #7C5259;
}
.BgClassName
{
background-color: #7C5259;
}
</style>
border-color css
<style>
span { border-color: #7C5259; }
span { border-color: rgb(124,82,89); }
td.TdClassName
{
border-color: #7C5259;
}
.TagClassName
{
border-color: #7C5259;
}
</style>