Shades of Falcon #7C5657
Tints of Falcon #7C5657
RGB
CMYK
RGB Variations
Color information
#7C5657 (or 0x7C5657) is known color: Falcon. HEX triplet: 7C, 56 and 57. RGB value is (124,86,87). Sum of RGB (Red+Green+Blue) = 124+86+87=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5657 is #83A9A8. Grayscale: #616161. Windows color (decimal): -8628649 or 5723772. OLE color: 5723772.
HSL color Cylindrical-coordinate representation of color #7C5657: hue angle of 358.42º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5657 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 87 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.51 |
| HSL | 358.42º | 0.18% | 0.41% | - |
| HSV(B) | 358.42º | 0.31% | 0.49% | - |
| XYZ | 13.36 | 11.63 | 10.56 | - |
| YUV | 97.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 87 | 0 | 0.31 | 0.30 | 0.51 | 358.42 | 0.18 | 0.41 |
| Hex | 7C | 56 | 57 | 0 | 1F | 1E | 33 | 166 | 12 | 29 |
| Octal | 174 | 126 | 127 | 0 | 37 | 36 | 63 | 546 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1010111 | 0 | 11111 | 11110 | 110011 | 101100110 | 10010 | 101001 |
Color Harmonies of #7C5657
Complementary color
Monochromatic Colors of #7C5657
Black with #7C5657
Text Example
Text Example
White with #7C5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5657; }
p { color: rgb(124,86,87); }
H1.HeaderClassName
{
color: #7C5657;
}
.AnyTagClassName
{
color: #7C5657;
}
</style>
background-color css
<style>
a { background-color: #7C5657; }
a { background-color: rgb(124,86,87); }
div.DivClassName
{
background-color: #7C5657;
}
.BgClassName
{
background-color: #7C5657;
}
</style>
border-color css
<style>
span { border-color: #7C5657; }
span { border-color: rgb(124,86,87); }
td.TdClassName
{
border-color: #7C5657;
}
.TagClassName
{
border-color: #7C5657;
}
</style>