Shades of Falcon #7C565E
Tints of Falcon #7C565E
RGB
CMYK
RGB Variations
Color information
#7C565E (or 0x7C565E) is known color: Falcon. HEX triplet: 7C, 56 and 5E. RGB value is (124,86,94). Sum of RGB (Red+Green+Blue) = 124+86+94=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C565E is #83A9A1. Grayscale: #626262. Windows color (decimal): -8628642 or 6182524. OLE color: 6182524.
HSL color Cylindrical-coordinate representation of color #7C565E: hue angle of 347.37º 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 #7C565E is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 94 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.51 |
| HSL | 347.37º | 0.18% | 0.41% | - |
| HSV(B) | 347.37º | 0.31% | 0.49% | - |
| XYZ | 13.66 | 11.75 | 12.14 | - |
| YUV | 98.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 94 | 0 | 0.31 | 0.24 | 0.51 | 347.37 | 0.18 | 0.41 |
| Hex | 7C | 56 | 5E | 0 | 1F | 18 | 33 | 15B | 12 | 29 |
| Octal | 174 | 126 | 136 | 0 | 37 | 30 | 63 | 533 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1011110 | 0 | 11111 | 11000 | 110011 | 101011011 | 10010 | 101001 |
Color Harmonies of #7C565E
Complementary color
Monochromatic Colors of #7C565E
Black with #7C565E
Text Example
Text Example
White with #7C565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C565E; }
p { color: rgb(124,86,94); }
H1.HeaderClassName
{
color: #7C565E;
}
.AnyTagClassName
{
color: #7C565E;
}
</style>
background-color css
<style>
a { background-color: #7C565E; }
a { background-color: rgb(124,86,94); }
div.DivClassName
{
background-color: #7C565E;
}
.BgClassName
{
background-color: #7C565E;
}
</style>
border-color css
<style>
span { border-color: #7C565E; }
span { border-color: rgb(124,86,94); }
td.TdClassName
{
border-color: #7C565E;
}
.TagClassName
{
border-color: #7C565E;
}
</style>