Shades of Falcon #7C575E
Tints of Falcon #7C575E
RGB
CMYK
RGB Variations
Color information
#7C575E (or 0x7C575E) is known color: Falcon. HEX triplet: 7C, 57 and 5E. RGB value is (124,87,94). Sum of RGB (Red+Green+Blue) = 124+87+94=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575E is #83A8A1. Grayscale: #626262. Windows color (decimal): -8628386 or 6182780. OLE color: 6182780.
HSL color Cylindrical-coordinate representation of color #7C575E: hue angle of 348.65º 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 #7C575E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 94 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.51 |
| HSL | 348.65º | 0.18% | 0.41% | - |
| HSV(B) | 348.65º | 0.3% | 0.49% | - |
| XYZ | 13.74 | 11.91 | 12.16 | - |
| YUV | 98.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 94 | 0 | 0.30 | 0.24 | 0.51 | 348.65 | 0.18 | 0.41 |
| Hex | 7C | 57 | 5E | 0 | 1E | 18 | 33 | 15D | 12 | 29 |
| Octal | 174 | 127 | 136 | 0 | 36 | 30 | 63 | 535 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1011110 | 0 | 11110 | 11000 | 110011 | 101011101 | 10010 | 101001 |
Color Harmonies of #7C575E
Complementary color
Monochromatic Colors of #7C575E
Black with #7C575E
Text Example
Text Example
White with #7C575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C575E; }
p { color: rgb(124,87,94); }
H1.HeaderClassName
{
color: #7C575E;
}
.AnyTagClassName
{
color: #7C575E;
}
</style>
background-color css
<style>
a { background-color: #7C575E; }
a { background-color: rgb(124,87,94); }
div.DivClassName
{
background-color: #7C575E;
}
.BgClassName
{
background-color: #7C575E;
}
</style>
border-color css
<style>
span { border-color: #7C575E; }
span { border-color: rgb(124,87,94); }
td.TdClassName
{
border-color: #7C575E;
}
.TagClassName
{
border-color: #7C575E;
}
</style>