Shades of Falcon #7E5359
Tints of Falcon #7E5359
RGB
CMYK
RGB Variations
Color information
#7E5359 (or 0x7E5359) is known color: Falcon. HEX triplet: 7E, 53 and 59. RGB value is (126,83,89). Sum of RGB (Red+Green+Blue) = 126+83+89=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5359 is #81ACA6. Grayscale: #606060. Windows color (decimal): -8498343 or 5854078. OLE color: 5854078.
HSL color Cylindrical-coordinate representation of color #7E5359: hue angle of 351.63º 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 #7E5359 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 89 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.51 |
| HSL | 351.63º | 0.21% | 0.41% | - |
| HSV(B) | 351.63º | 0.34% | 0.49% | - |
| XYZ | 13.5 | 11.34 | 10.93 | - |
| YUV | 96.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 89 | 0 | 0.34 | 0.29 | 0.51 | 351.63 | 0.21 | 0.41 |
| Hex | 7E | 53 | 59 | 0 | 22 | 1D | 33 | 160 | 15 | 29 |
| Octal | 176 | 123 | 131 | 0 | 42 | 35 | 63 | 540 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1011001 | 0 | 100010 | 11101 | 110011 | 101100000 | 10101 | 101001 |
Color Harmonies of #7E5359
Complementary color
Monochromatic Colors of #7E5359
Black with #7E5359
Text Example
Text Example
White with #7E5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5359; }
p { color: rgb(126,83,89); }
H1.HeaderClassName
{
color: #7E5359;
}
.AnyTagClassName
{
color: #7E5359;
}
</style>
background-color css
<style>
a { background-color: #7E5359; }
a { background-color: rgb(126,83,89); }
div.DivClassName
{
background-color: #7E5359;
}
.BgClassName
{
background-color: #7E5359;
}
</style>
border-color css
<style>
span { border-color: #7E5359; }
span { border-color: rgb(126,83,89); }
td.TdClassName
{
border-color: #7E5359;
}
.TagClassName
{
border-color: #7E5359;
}
</style>