Shades of Falcon #7C5C63
Tints of Falcon #7C5C63
RGB
CMYK
RGB Variations
Color information
#7C5C63 (or 0x7C5C63) is known color: Falcon. HEX triplet: 7C, 5C and 63. RGB value is (124,92,99). Sum of RGB (Red+Green+Blue) = 124+92+99=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C63 is #83A39C. Grayscale: #666666. Windows color (decimal): -8627101 or 6511740. OLE color: 6511740.
HSL color Cylindrical-coordinate representation of color #7C5C63: hue angle of 346.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C5C63 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 92 | 99 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.51 |
| HSL | 346.88º | 0.15% | 0.42% | - |
| HSV(B) | 346.88º | 0.26% | 0.49% | - |
| XYZ | 14.39 | 12.84 | 13.52 | - |
| YUV | 102.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 99 | 0 | 0.26 | 0.20 | 0.51 | 346.88 | 0.15 | 0.42 |
| Hex | 7C | 5C | 63 | 0 | 1A | 14 | 33 | 15B | F | 2A |
| Octal | 174 | 134 | 143 | 0 | 32 | 24 | 63 | 533 | 17 | 52 |
| Binary | 1111100 | 1011100 | 1100011 | 0 | 11010 | 10100 | 110011 | 101011011 | 1111 | 101010 |
Color Harmonies of #7C5C63
Complementary color
Monochromatic Colors of #7C5C63
Black with #7C5C63
Text Example
Text Example
White with #7C5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5C63; }
p { color: rgb(124,92,99); }
H1.HeaderClassName
{
color: #7C5C63;
}
.AnyTagClassName
{
color: #7C5C63;
}
</style>
background-color css
<style>
a { background-color: #7C5C63; }
a { background-color: rgb(124,92,99); }
div.DivClassName
{
background-color: #7C5C63;
}
.BgClassName
{
background-color: #7C5C63;
}
</style>
border-color css
<style>
span { border-color: #7C5C63; }
span { border-color: rgb(124,92,99); }
td.TdClassName
{
border-color: #7C5C63;
}
.TagClassName
{
border-color: #7C5C63;
}
</style>