Shades of Falcon #7C5158
Tints of Falcon #7C5158
RGB
CMYK
RGB Variations
Color information
#7C5158 (or 0x7C5158) is known color: Falcon. HEX triplet: 7C, 51 and 58. RGB value is (124,81,88). Sum of RGB (Red+Green+Blue) = 124+81+88=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5158 is #83AEA7. Grayscale: #5E5E5E. Windows color (decimal): -8629928 or 5788028. OLE color: 5788028.
HSL color Cylindrical-coordinate representation of color #7C5158: hue angle of 350.23º 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 #7C5158 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 88 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.51 |
| HSL | 350.23º | 0.21% | 0.4% | - |
| HSV(B) | 350.23º | 0.35% | 0.49% | - |
| XYZ | 13.02 | 10.87 | 10.65 | - |
| YUV | 94.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 88 | 0 | 0.35 | 0.29 | 0.51 | 350.23 | 0.21 | 0.4 |
| Hex | 7C | 51 | 58 | 0 | 23 | 1D | 33 | 15E | 15 | 28 |
| Octal | 174 | 121 | 130 | 0 | 43 | 35 | 63 | 536 | 25 | 50 |
| Binary | 1111100 | 1010001 | 1011000 | 0 | 100011 | 11101 | 110011 | 101011110 | 10101 | 101000 |
Color Harmonies of #7C5158
Complementary color
Monochromatic Colors of #7C5158
Black with #7C5158
Text Example
Text Example
White with #7C5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5158; }
p { color: rgb(124,81,88); }
H1.HeaderClassName
{
color: #7C5158;
}
.AnyTagClassName
{
color: #7C5158;
}
</style>
background-color css
<style>
a { background-color: #7C5158; }
a { background-color: rgb(124,81,88); }
div.DivClassName
{
background-color: #7C5158;
}
.BgClassName
{
background-color: #7C5158;
}
</style>
border-color css
<style>
span { border-color: #7C5158; }
span { border-color: rgb(124,81,88); }
td.TdClassName
{
border-color: #7C5158;
}
.TagClassName
{
border-color: #7C5158;
}
</style>