Shades of Falcon #7E5759
Tints of Falcon #7E5759
RGB
CMYK
RGB Variations
Color information
#7E5759 (or 0x7E5759) is known color: Falcon. HEX triplet: 7E, 57 and 59. RGB value is (126,87,89). Sum of RGB (Red+Green+Blue) = 126+87+89=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5759 is #81A8A6. Grayscale: #626262. Windows color (decimal): -8497319 or 5855102. OLE color: 5855102.
HSL color Cylindrical-coordinate representation of color #7E5759: hue angle of 356.92º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E5759 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 89 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.51 |
| HSL | 356.92º | 0.18% | 0.42% | - |
| HSV(B) | 356.92º | 0.31% | 0.49% | - |
| XYZ | 13.82 | 11.97 | 11.03 | - |
| YUV | 98.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 89 | 0 | 0.31 | 0.29 | 0.51 | 356.92 | 0.18 | 0.42 |
| Hex | 7E | 57 | 59 | 0 | 1F | 1D | 33 | 165 | 12 | 2A |
| Octal | 176 | 127 | 131 | 0 | 37 | 35 | 63 | 545 | 22 | 52 |
| Binary | 1111110 | 1010111 | 1011001 | 0 | 11111 | 11101 | 110011 | 101100101 | 10010 | 101010 |
Color Harmonies of #7E5759
Complementary color
Monochromatic Colors of #7E5759
Black with #7E5759
Text Example
Text Example
White with #7E5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5759; }
p { color: rgb(126,87,89); }
H1.HeaderClassName
{
color: #7E5759;
}
.AnyTagClassName
{
color: #7E5759;
}
</style>
background-color css
<style>
a { background-color: #7E5759; }
a { background-color: rgb(126,87,89); }
div.DivClassName
{
background-color: #7E5759;
}
.BgClassName
{
background-color: #7E5759;
}
</style>
border-color css
<style>
span { border-color: #7E5759; }
span { border-color: rgb(126,87,89); }
td.TdClassName
{
border-color: #7E5759;
}
.TagClassName
{
border-color: #7E5759;
}
</style>