Shades of Falcon #7C5359
Tints of Falcon #7C5359
RGB
CMYK
RGB Variations
Color information
#7C5359 (or 0x7C5359) is known color: Falcon. HEX triplet: 7C, 53 and 59. RGB value is (124,83,89). Sum of RGB (Red+Green+Blue) = 124+83+89=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5359 is #83ACA6. Grayscale: #5F5F5F. Windows color (decimal): -8629415 or 5854076. OLE color: 5854076.
HSL color Cylindrical-coordinate representation of color #7C5359: hue angle of 351.22º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C5359 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 89 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.51 |
| HSL | 351.22º | 0.2% | 0.41% | - |
| HSV(B) | 351.22º | 0.33% | 0.49% | - |
| XYZ | 13.21 | 11.19 | 10.92 | - |
| YUV | 95.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 89 | 0 | 0.33 | 0.28 | 0.51 | 351.22 | 0.2 | 0.41 |
| Hex | 7C | 53 | 59 | 0 | 21 | 1C | 33 | 15F | 14 | 29 |
| Octal | 174 | 123 | 131 | 0 | 41 | 34 | 63 | 537 | 24 | 51 |
| Binary | 1111100 | 1010011 | 1011001 | 0 | 100001 | 11100 | 110011 | 101011111 | 10100 | 101001 |
Color Harmonies of #7C5359
Complementary color
Monochromatic Colors of #7C5359
Black with #7C5359
Text Example
Text Example
White with #7C5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5359; }
p { color: rgb(124,83,89); }
H1.HeaderClassName
{
color: #7C5359;
}
.AnyTagClassName
{
color: #7C5359;
}
</style>
background-color css
<style>
a { background-color: #7C5359; }
a { background-color: rgb(124,83,89); }
div.DivClassName
{
background-color: #7C5359;
}
.BgClassName
{
background-color: #7C5359;
}
</style>
border-color css
<style>
span { border-color: #7C5359; }
span { border-color: rgb(124,83,89); }
td.TdClassName
{
border-color: #7C5359;
}
.TagClassName
{
border-color: #7C5359;
}
</style>