Shades of Falcon #7D5559
Tints of Falcon #7D5559
RGB
CMYK
RGB Variations
Color information
#7D5559 (or 0x7D5559) is known color: Falcon. HEX triplet: 7D, 55 and 59. RGB value is (125,85,89). Sum of RGB (Red+Green+Blue) = 125+85+89=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5559 is #82AAA6. Grayscale: #616161. Windows color (decimal): -8563367 or 5854589. OLE color: 5854589.
HSL color Cylindrical-coordinate representation of color #7D5559: hue angle of 354º 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 #7D5559 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 89 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.51 |
| HSL | 354º | 0.19% | 0.41% | - |
| HSV(B) | 354º | 0.32% | 0.49% | - |
| XYZ | 13.51 | 11.58 | 10.97 | - |
| YUV | 97.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 89 | 0 | 0.32 | 0.29 | 0.51 | 354 | 0.19 | 0.41 |
| Hex | 7D | 55 | 59 | 0 | 20 | 1D | 33 | 162 | 13 | 29 |
| Octal | 175 | 125 | 131 | 0 | 40 | 35 | 63 | 542 | 23 | 51 |
| Binary | 1111101 | 1010101 | 1011001 | 0 | 100000 | 11101 | 110011 | 101100010 | 10011 | 101001 |
Color Harmonies of #7D5559
Complementary color
Monochromatic Colors of #7D5559
Black with #7D5559
Text Example
Text Example
White with #7D5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5559; }
p { color: rgb(125,85,89); }
H1.HeaderClassName
{
color: #7D5559;
}
.AnyTagClassName
{
color: #7D5559;
}
</style>
background-color css
<style>
a { background-color: #7D5559; }
a { background-color: rgb(125,85,89); }
div.DivClassName
{
background-color: #7D5559;
}
.BgClassName
{
background-color: #7D5559;
}
</style>
border-color css
<style>
span { border-color: #7D5559; }
span { border-color: rgb(125,85,89); }
td.TdClassName
{
border-color: #7D5559;
}
.TagClassName
{
border-color: #7D5559;
}
</style>