Shades of Falcon #7C575B
Tints of Falcon #7C575B
RGB
CMYK
RGB Variations
Color information
#7C575B (or 0x7C575B) is known color: Falcon. HEX triplet: 7C, 57 and 5B. RGB value is (124,87,91). Sum of RGB (Red+Green+Blue) = 124+87+91=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575B is #83A8A4. Grayscale: #626262. Windows color (decimal): -8628389 or 5986172. OLE color: 5986172.
HSL color Cylindrical-coordinate representation of color #7C575B: hue angle of 353.51º 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 #7C575B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 91 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.51 |
| HSL | 353.51º | 0.18% | 0.41% | - |
| HSV(B) | 353.51º | 0.3% | 0.49% | - |
| XYZ | 13.61 | 11.86 | 11.47 | - |
| YUV | 98.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 91 | 0 | 0.30 | 0.27 | 0.51 | 353.51 | 0.18 | 0.41 |
| Hex | 7C | 57 | 5B | 0 | 1E | 1B | 33 | 162 | 12 | 29 |
| Octal | 174 | 127 | 133 | 0 | 36 | 33 | 63 | 542 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1011011 | 0 | 11110 | 11011 | 110011 | 101100010 | 10010 | 101001 |
Color Harmonies of #7C575B
Complementary color
Monochromatic Colors of #7C575B
Black with #7C575B
Text Example
Text Example
White with #7C575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C575B; }
p { color: rgb(124,87,91); }
H1.HeaderClassName
{
color: #7C575B;
}
.AnyTagClassName
{
color: #7C575B;
}
</style>
background-color css
<style>
a { background-color: #7C575B; }
a { background-color: rgb(124,87,91); }
div.DivClassName
{
background-color: #7C575B;
}
.BgClassName
{
background-color: #7C575B;
}
</style>
border-color css
<style>
span { border-color: #7C575B; }
span { border-color: rgb(124,87,91); }
td.TdClassName
{
border-color: #7C575B;
}
.TagClassName
{
border-color: #7C575B;
}
</style>