Shades of Falcon #7C545C
Tints of Falcon #7C545C
RGB
CMYK
RGB Variations
Color information
#7C545C (or 0x7C545C) is known color: Falcon. HEX triplet: 7C, 54 and 5C. RGB value is (124,84,92). Sum of RGB (Red+Green+Blue) = 124+84+92=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C545C is #83ABA3. Grayscale: #606060. Windows color (decimal): -8629156 or 6050940. OLE color: 6050940.
HSL color Cylindrical-coordinate representation of color #7C545C: hue angle of 348º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C545C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 92 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.51 |
| HSL | 348º | 0.19% | 0.41% | - |
| HSV(B) | 348º | 0.32% | 0.49% | - |
| XYZ | 13.41 | 11.4 | 11.62 | - |
| YUV | 96.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 92 | 0 | 0.32 | 0.26 | 0.51 | 348 | 0.19 | 0.41 |
| Hex | 7C | 54 | 5C | 0 | 20 | 1A | 33 | 15C | 13 | 29 |
| Octal | 174 | 124 | 134 | 0 | 40 | 32 | 63 | 534 | 23 | 51 |
| Binary | 1111100 | 1010100 | 1011100 | 0 | 100000 | 11010 | 110011 | 101011100 | 10011 | 101001 |
Color Harmonies of #7C545C
Complementary color
Monochromatic Colors of #7C545C
Black with #7C545C
Text Example
Text Example
White with #7C545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C545C; }
p { color: rgb(124,84,92); }
H1.HeaderClassName
{
color: #7C545C;
}
.AnyTagClassName
{
color: #7C545C;
}
</style>
background-color css
<style>
a { background-color: #7C545C; }
a { background-color: rgb(124,84,92); }
div.DivClassName
{
background-color: #7C545C;
}
.BgClassName
{
background-color: #7C545C;
}
</style>
border-color css
<style>
span { border-color: #7C545C; }
span { border-color: rgb(124,84,92); }
td.TdClassName
{
border-color: #7C545C;
}
.TagClassName
{
border-color: #7C545C;
}
</style>