Shades of Falcon #7C565C
Tints of Falcon #7C565C
RGB
CMYK
RGB Variations
Color information
#7C565C (or 0x7C565C) is known color: Falcon. HEX triplet: 7C, 56 and 5C. RGB value is (124,86,92). Sum of RGB (Red+Green+Blue) = 124+86+92=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C565C is #83A9A3. Grayscale: #626262. Windows color (decimal): -8628644 or 6051452. OLE color: 6051452.
HSL color Cylindrical-coordinate representation of color #7C565C: hue angle of 350.53º 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 #7C565C is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 92 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.51 |
| HSL | 350.53º | 0.18% | 0.41% | - |
| HSV(B) | 350.53º | 0.31% | 0.49% | - |
| XYZ | 13.57 | 11.71 | 11.67 | - |
| YUV | 98.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 92 | 0 | 0.31 | 0.26 | 0.51 | 350.53 | 0.18 | 0.41 |
| Hex | 7C | 56 | 5C | 0 | 1F | 1A | 33 | 15F | 12 | 29 |
| Octal | 174 | 126 | 134 | 0 | 37 | 32 | 63 | 537 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1011100 | 0 | 11111 | 11010 | 110011 | 101011111 | 10010 | 101001 |
Color Harmonies of #7C565C
Complementary color
Monochromatic Colors of #7C565C
Black with #7C565C
Text Example
Text Example
White with #7C565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C565C; }
p { color: rgb(124,86,92); }
H1.HeaderClassName
{
color: #7C565C;
}
.AnyTagClassName
{
color: #7C565C;
}
</style>
background-color css
<style>
a { background-color: #7C565C; }
a { background-color: rgb(124,86,92); }
div.DivClassName
{
background-color: #7C565C;
}
.BgClassName
{
background-color: #7C565C;
}
</style>
border-color css
<style>
span { border-color: #7C565C; }
span { border-color: rgb(124,86,92); }
td.TdClassName
{
border-color: #7C565C;
}
.TagClassName
{
border-color: #7C565C;
}
</style>