Shades of Falcon #7C565A
Tints of Falcon #7C565A
RGB
CMYK
RGB Variations
Color information
#7C565A (or 0x7C565A) is known color: Falcon. HEX triplet: 7C, 56 and 5A. RGB value is (124,86,90). Sum of RGB (Red+Green+Blue) = 124+86+90=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C565A is #83A9A5. Grayscale: #616161. Windows color (decimal): -8628646 or 5920380. OLE color: 5920380.
HSL color Cylindrical-coordinate representation of color #7C565A: hue angle of 353.68º 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 #7C565A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 86 | 90 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.51 |
| HSL | 353.68º | 0.18% | 0.41% | - |
| HSV(B) | 353.68º | 0.31% | 0.49% | - |
| XYZ | 13.49 | 11.68 | 11.22 | - |
| YUV | 97.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 90 | 0 | 0.31 | 0.27 | 0.51 | 353.68 | 0.18 | 0.41 |
| Hex | 7C | 56 | 5A | 0 | 1F | 1B | 33 | 162 | 12 | 29 |
| Octal | 174 | 126 | 132 | 0 | 37 | 33 | 63 | 542 | 22 | 51 |
| Binary | 1111100 | 1010110 | 1011010 | 0 | 11111 | 11011 | 110011 | 101100010 | 10010 | 101001 |
Color Harmonies of #7C565A
Complementary color
Monochromatic Colors of #7C565A
Black with #7C565A
Text Example
Text Example
White with #7C565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C565A; }
p { color: rgb(124,86,90); }
H1.HeaderClassName
{
color: #7C565A;
}
.AnyTagClassName
{
color: #7C565A;
}
</style>
background-color css
<style>
a { background-color: #7C565A; }
a { background-color: rgb(124,86,90); }
div.DivClassName
{
background-color: #7C565A;
}
.BgClassName
{
background-color: #7C565A;
}
</style>
border-color css
<style>
span { border-color: #7C565A; }
span { border-color: rgb(124,86,90); }
td.TdClassName
{
border-color: #7C565A;
}
.TagClassName
{
border-color: #7C565A;
}
</style>