Shades of Falcon #7D5759
Tints of Falcon #7D5759
RGB
CMYK
RGB Variations
Color information
#7D5759 (or 0x7D5759) is known color: Falcon. HEX triplet: 7D, 57 and 59. RGB value is (125,87,89). Sum of RGB (Red+Green+Blue) = 125+87+89=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5759 is #82A8A6. Grayscale: #626262. Windows color (decimal): -8562855 or 5855101. OLE color: 5855101.
HSL color Cylindrical-coordinate representation of color #7D5759: hue angle of 356.84º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5759 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 87 | 89 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.51 |
| HSL | 356.84º | 0.18% | 0.42% | - |
| HSV(B) | 356.84º | 0.3% | 0.49% | - |
| XYZ | 13.67 | 11.9 | 11.03 | - |
| YUV | 98.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 89 | 0 | 0.30 | 0.29 | 0.51 | 356.84 | 0.18 | 0.42 |
| Hex | 7D | 57 | 59 | 0 | 1E | 1D | 33 | 165 | 12 | 2A |
| Octal | 175 | 127 | 131 | 0 | 36 | 35 | 63 | 545 | 22 | 52 |
| Binary | 1111101 | 1010111 | 1011001 | 0 | 11110 | 11101 | 110011 | 101100101 | 10010 | 101010 |
Color Harmonies of #7D5759
Complementary color
Monochromatic Colors of #7D5759
Black with #7D5759
Text Example
Text Example
White with #7D5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5759; }
p { color: rgb(125,87,89); }
H1.HeaderClassName
{
color: #7D5759;
}
.AnyTagClassName
{
color: #7D5759;
}
</style>
background-color css
<style>
a { background-color: #7D5759; }
a { background-color: rgb(125,87,89); }
div.DivClassName
{
background-color: #7D5759;
}
.BgClassName
{
background-color: #7D5759;
}
</style>
border-color css
<style>
span { border-color: #7D5759; }
span { border-color: rgb(125,87,89); }
td.TdClassName
{
border-color: #7D5759;
}
.TagClassName
{
border-color: #7D5759;
}
</style>