Shades of Falcon #7C575F
Tints of Falcon #7C575F
RGB
CMYK
RGB Variations
Color information
#7C575F (or 0x7C575F) is known color: Falcon. HEX triplet: 7C, 57 and 5F. RGB value is (124,87,95). Sum of RGB (Red+Green+Blue) = 124+87+95=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575F is #83A8A0. Grayscale: #626262. Windows color (decimal): -8628385 or 6248316. OLE color: 6248316.
HSL color Cylindrical-coordinate representation of color #7C575F: hue angle of 347.03º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C575F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 95 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.51 |
| HSL | 347.03º | 0.18% | 0.41% | - |
| HSV(B) | 347.03º | 0.3% | 0.49% | - |
| XYZ | 13.79 | 11.93 | 12.4 | - |
| YUV | 98.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 95 | 0 | 0.30 | 0.23 | 0.51 | 347.03 | 0.18 | 0.41 |
| Hex | 7C | 57 | 5F | 0 | 1E | 17 | 33 | 15B | 12 | 29 |
| Octal | 174 | 127 | 137 | 0 | 36 | 27 | 63 | 533 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1011111 | 0 | 11110 | 10111 | 110011 | 101011011 | 10010 | 101001 |
Color Harmonies of #7C575F
Complementary color
Monochromatic Colors of #7C575F
Black with #7C575F
Text Example
Text Example
White with #7C575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C575F; }
p { color: rgb(124,87,95); }
H1.HeaderClassName
{
color: #7C575F;
}
.AnyTagClassName
{
color: #7C575F;
}
</style>
background-color css
<style>
a { background-color: #7C575F; }
a { background-color: rgb(124,87,95); }
div.DivClassName
{
background-color: #7C575F;
}
.BgClassName
{
background-color: #7C575F;
}
</style>
border-color css
<style>
span { border-color: #7C575F; }
span { border-color: rgb(124,87,95); }
td.TdClassName
{
border-color: #7C575F;
}
.TagClassName
{
border-color: #7C575F;
}
</style>