Shades of Falcon #7C5159
Tints of Falcon #7C5159
RGB
CMYK
RGB Variations
Color information
#7C5159 (or 0x7C5159) is known color: Falcon. HEX triplet: 7C, 51 and 59. RGB value is (124,81,89). Sum of RGB (Red+Green+Blue) = 124+81+89=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5159 is #83AEA6. Grayscale: #5E5E5E. Windows color (decimal): -8629927 or 5853564. OLE color: 5853564.
HSL color Cylindrical-coordinate representation of color #7C5159: hue angle of 348.84º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5159 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 89 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.51 |
| HSL | 348.84º | 0.21% | 0.4% | - |
| HSV(B) | 348.84º | 0.35% | 0.49% | - |
| XYZ | 13.06 | 10.89 | 10.87 | - |
| YUV | 94.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 89 | 0 | 0.35 | 0.28 | 0.51 | 348.84 | 0.21 | 0.4 |
| Hex | 7C | 51 | 59 | 0 | 23 | 1C | 33 | 15D | 15 | 28 |
| Octal | 174 | 121 | 131 | 0 | 43 | 34 | 63 | 535 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1011001 | 0 | 100011 | 11100 | 110011 | 101011101 | 10101 | 101000 |
Color Harmonies of #7C5159
Complementary color
Monochromatic Colors of #7C5159
Black with #7C5159
Text Example
Text Example
White with #7C5159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5159; }
p { color: rgb(124,81,89); }
H1.HeaderClassName
{
color: #7C5159;
}
.AnyTagClassName
{
color: #7C5159;
}
</style>
background-color css
<style>
a { background-color: #7C5159; }
a { background-color: rgb(124,81,89); }
div.DivClassName
{
background-color: #7C5159;
}
.BgClassName
{
background-color: #7C5159;
}
</style>
border-color css
<style>
span { border-color: #7C5159; }
span { border-color: rgb(124,81,89); }
td.TdClassName
{
border-color: #7C5159;
}
.TagClassName
{
border-color: #7C5159;
}
</style>