Shades of Falcon #7D5557
Tints of Falcon #7D5557
RGB
CMYK
RGB Variations
Color information
#7D5557 (or 0x7D5557) is known color: Falcon. HEX triplet: 7D, 55 and 57. RGB value is (125,85,87). Sum of RGB (Red+Green+Blue) = 125+85+87=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5557 is #82AAA8. Grayscale: #616161. Windows color (decimal): -8563369 or 5723517. OLE color: 5723517.
HSL color Cylindrical-coordinate representation of color #7D5557: hue angle of 357º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D5557 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 87 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.51 |
| HSL | 357º | 0.19% | 0.41% | - |
| HSV(B) | 357º | 0.32% | 0.49% | - |
| XYZ | 13.43 | 11.55 | 10.54 | - |
| YUV | 97.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 87 | 0 | 0.32 | 0.30 | 0.51 | 357 | 0.19 | 0.41 |
| Hex | 7D | 55 | 57 | 0 | 20 | 1E | 33 | 165 | 13 | 29 |
| Octal | 175 | 125 | 127 | 0 | 40 | 36 | 63 | 545 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1010111 | 0 | 100000 | 11110 | 110011 | 101100101 | 10011 | 101001 |
Color Harmonies of #7D5557
Complementary color
Monochromatic Colors of #7D5557
Black with #7D5557
Text Example
Text Example
White with #7D5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5557; }
p { color: rgb(125,85,87); }
H1.HeaderClassName
{
color: #7D5557;
}
.AnyTagClassName
{
color: #7D5557;
}
</style>
background-color css
<style>
a { background-color: #7D5557; }
a { background-color: rgb(125,85,87); }
div.DivClassName
{
background-color: #7D5557;
}
.BgClassName
{
background-color: #7D5557;
}
</style>
border-color css
<style>
span { border-color: #7D5557; }
span { border-color: rgb(125,85,87); }
td.TdClassName
{
border-color: #7D5557;
}
.TagClassName
{
border-color: #7D5557;
}
</style>