Shades of Falcon #7C575A
Tints of Falcon #7C575A
RGB
CMYK
RGB Variations
Color information
#7C575A (or 0x7C575A) is known color: Falcon. HEX triplet: 7C, 57 and 5A. RGB value is (124,87,90). Sum of RGB (Red+Green+Blue) = 124+87+90=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C575A is #83A8A5. Grayscale: #626262. Windows color (decimal): -8628390 or 5920636. OLE color: 5920636.
HSL color Cylindrical-coordinate representation of color #7C575A: hue angle of 355.14º 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 #7C575A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 90 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.51 |
| HSL | 355.14º | 0.18% | 0.41% | - |
| HSV(B) | 355.14º | 0.3% | 0.49% | - |
| XYZ | 13.57 | 11.84 | 11.24 | - |
| YUV | 98.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 90 | 0 | 0.30 | 0.27 | 0.51 | 355.14 | 0.18 | 0.41 |
| Hex | 7C | 57 | 5A | 0 | 1E | 1B | 33 | 163 | 12 | 29 |
| Octal | 174 | 127 | 132 | 0 | 36 | 33 | 63 | 543 | 22 | 51 |
| Binary | 1111100 | 1010111 | 1011010 | 0 | 11110 | 11011 | 110011 | 101100011 | 10010 | 101001 |
Color Harmonies of #7C575A
Complementary color
Monochromatic Colors of #7C575A
Black with #7C575A
Text Example
Text Example
White with #7C575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C575A; }
p { color: rgb(124,87,90); }
H1.HeaderClassName
{
color: #7C575A;
}
.AnyTagClassName
{
color: #7C575A;
}
</style>
background-color css
<style>
a { background-color: #7C575A; }
a { background-color: rgb(124,87,90); }
div.DivClassName
{
background-color: #7C575A;
}
.BgClassName
{
background-color: #7C575A;
}
</style>
border-color css
<style>
span { border-color: #7C575A; }
span { border-color: rgb(124,87,90); }
td.TdClassName
{
border-color: #7C575A;
}
.TagClassName
{
border-color: #7C575A;
}
</style>