Shades of Falcon #7D5259
Tints of Falcon #7D5259
RGB
CMYK
RGB Variations
Color information
#7D5259 (or 0x7D5259) is known color: Falcon. HEX triplet: 7D, 52 and 59. RGB value is (125,82,89). Sum of RGB (Red+Green+Blue) = 125+82+89=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5259 is #82ADA6. Grayscale: #5F5F5F. Windows color (decimal): -8564135 or 5853821. OLE color: 5853821.
HSL color Cylindrical-coordinate representation of color #7D5259: hue angle of 350.23º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D5259 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 89 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.51 |
| HSL | 350.23º | 0.21% | 0.41% | - |
| HSV(B) | 350.23º | 0.34% | 0.49% | - |
| XYZ | 13.28 | 11.12 | 10.9 | - |
| YUV | 95.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 89 | 0 | 0.34 | 0.29 | 0.51 | 350.23 | 0.21 | 0.41 |
| Hex | 7D | 52 | 59 | 0 | 22 | 1D | 33 | 15E | 15 | 29 |
| Octal | 175 | 122 | 131 | 0 | 42 | 35 | 63 | 536 | 25 | 51 |
| Binary | 1111101 | 1010010 | 1011001 | 0 | 100010 | 11101 | 110011 | 101011110 | 10101 | 101001 |
Color Harmonies of #7D5259
Complementary color
Monochromatic Colors of #7D5259
Black with #7D5259
Text Example
Text Example
White with #7D5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5259; }
p { color: rgb(125,82,89); }
H1.HeaderClassName
{
color: #7D5259;
}
.AnyTagClassName
{
color: #7D5259;
}
</style>
background-color css
<style>
a { background-color: #7D5259; }
a { background-color: rgb(125,82,89); }
div.DivClassName
{
background-color: #7D5259;
}
.BgClassName
{
background-color: #7D5259;
}
</style>
border-color css
<style>
span { border-color: #7D5259; }
span { border-color: rgb(125,82,89); }
td.TdClassName
{
border-color: #7D5259;
}
.TagClassName
{
border-color: #7D5259;
}
</style>