Shades of Falcon #7C575C
Tints of Falcon #7C575C
RGB
CMYK
RGB Variations
Color information
#7C575C (or 0x7C575C) is known color: Falcon. HEX triplet: 7C, 57 and 5C. RGB value is (124,87,92). Sum of RGB (Red+Green+Blue) = 124+87+92=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575C is #83A8A3. Grayscale: #626262. Windows color (decimal): -8628388 or 6051708. OLE color: 6051708.
HSL color Cylindrical-coordinate representation of color #7C575C: hue angle of 351.89º 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 #7C575C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 92 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.51 |
| HSL | 351.89º | 0.18% | 0.41% | - |
| HSV(B) | 351.89º | 0.3% | 0.49% | - |
| XYZ | 13.65 | 11.87 | 11.7 | - |
| YUV | 98.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 92 | 0 | 0.30 | 0.26 | 0.51 | 351.89 | 0.18 | 0.41 |
| Hex | 7C | 57 | 5C | 0 | 1E | 1A | 33 | 160 | 12 | 29 |
| Octal | 174 | 127 | 134 | 0 | 36 | 32 | 63 | 540 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1011100 | 0 | 11110 | 11010 | 110011 | 101100000 | 10010 | 101001 |
Color Harmonies of #7C575C
Complementary color
Monochromatic Colors of #7C575C
Black with #7C575C
Text Example
Text Example
White with #7C575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C575C; }
p { color: rgb(124,87,92); }
H1.HeaderClassName
{
color: #7C575C;
}
.AnyTagClassName
{
color: #7C575C;
}
</style>
background-color css
<style>
a { background-color: #7C575C; }
a { background-color: rgb(124,87,92); }
div.DivClassName
{
background-color: #7C575C;
}
.BgClassName
{
background-color: #7C575C;
}
</style>
border-color css
<style>
span { border-color: #7C575C; }
span { border-color: rgb(124,87,92); }
td.TdClassName
{
border-color: #7C575C;
}
.TagClassName
{
border-color: #7C575C;
}
</style>