Shades of Falcon #7C5E5F
Tints of Falcon #7C5E5F
RGB
CMYK
RGB Variations
Color information
#7C5E5F (or 0x7C5E5F) is known color: Falcon. HEX triplet: 7C, 5E and 5F. RGB value is (124,94,95). Sum of RGB (Red+Green+Blue) = 124+94+95=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E5F is #83A1A0. Grayscale: #676767. Windows color (decimal): -8626593 or 6250108. OLE color: 6250108.
HSL color Cylindrical-coordinate representation of color #7C5E5F: hue angle of 358º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C5E5F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 95 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.51 |
| HSL | 358º | 0.14% | 0.43% | - |
| HSV(B) | 358º | 0.24% | 0.49% | - |
| XYZ | 14.38 | 13.12 | 12.6 | - |
| YUV | 103.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 95 | 0 | 0.24 | 0.23 | 0.51 | 358 | 0.14 | 0.43 |
| Hex | 7C | 5E | 5F | 0 | 18 | 17 | 33 | 166 | E | 2B |
| Octal | 174 | 136 | 137 | 0 | 30 | 27 | 63 | 546 | 16 | 53 |
| Binary | 1111100 | 1011110 | 1011111 | 0 | 11000 | 10111 | 110011 | 101100110 | 1110 | 101011 |
Color Harmonies of #7C5E5F
Complementary color
Monochromatic Colors of #7C5E5F
Black with #7C5E5F
Text Example
Text Example
White with #7C5E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E5F; }
p { color: rgb(124,94,95); }
H1.HeaderClassName
{
color: #7C5E5F;
}
.AnyTagClassName
{
color: #7C5E5F;
}
</style>
background-color css
<style>
a { background-color: #7C5E5F; }
a { background-color: rgb(124,94,95); }
div.DivClassName
{
background-color: #7C5E5F;
}
.BgClassName
{
background-color: #7C5E5F;
}
</style>
border-color css
<style>
span { border-color: #7C5E5F; }
span { border-color: rgb(124,94,95); }
td.TdClassName
{
border-color: #7C5E5F;
}
.TagClassName
{
border-color: #7C5E5F;
}
</style>