Shades of Falcon #7D5960
Tints of Falcon #7D5960
RGB
CMYK
RGB Variations
Color information
#7D5960 (or 0x7D5960) is known color: Falcon. HEX triplet: 7D, 59 and 60. RGB value is (125,89,96). Sum of RGB (Red+Green+Blue) = 125+89+96=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5960 is #82A69F. Grayscale: #646464. Windows color (decimal): -8562336 or 6314365. OLE color: 6314365.
HSL color Cylindrical-coordinate representation of color #7D5960: hue angle of 348.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D5960 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 96 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.51 |
| HSL | 348.33º | 0.17% | 0.42% | - |
| HSV(B) | 348.33º | 0.29% | 0.49% | - |
| XYZ | 14.14 | 12.35 | 12.7 | - |
| YUV | 100.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 96 | 0 | 0.29 | 0.23 | 0.51 | 348.33 | 0.17 | 0.42 |
| Hex | 7D | 59 | 60 | 0 | 1D | 17 | 33 | 15C | 11 | 2A |
| Octal | 175 | 131 | 140 | 0 | 35 | 27 | 63 | 534 | 21 | 52 |
| Binary | 1111101 | 1011001 | 1100000 | 0 | 11101 | 10111 | 110011 | 101011100 | 10001 | 101010 |
Color Harmonies of #7D5960
Complementary color
Monochromatic Colors of #7D5960
Black with #7D5960
Text Example
Text Example
White with #7D5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5960; }
p { color: rgb(125,89,96); }
H1.HeaderClassName
{
color: #7D5960;
}
.AnyTagClassName
{
color: #7D5960;
}
</style>
background-color css
<style>
a { background-color: #7D5960; }
a { background-color: rgb(125,89,96); }
div.DivClassName
{
background-color: #7D5960;
}
.BgClassName
{
background-color: #7D5960;
}
</style>
border-color css
<style>
span { border-color: #7D5960; }
span { border-color: rgb(125,89,96); }
td.TdClassName
{
border-color: #7D5960;
}
.TagClassName
{
border-color: #7D5960;
}
</style>