Shades of Falcon #7E5C61
Tints of Falcon #7E5C61
RGB
CMYK
RGB Variations
Color information
#7E5C61 (or 0x7E5C61) is known color: Falcon. HEX triplet: 7E, 5C and 61. RGB value is (126,92,97). Sum of RGB (Red+Green+Blue) = 126+92+97=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5C61 is #81A39E. Grayscale: #666666. Windows color (decimal): -8496031 or 6380670. OLE color: 6380670.
HSL color Cylindrical-coordinate representation of color #7E5C61: hue angle of 351.18º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E5C61 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 92 | 97 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.51 |
| HSL | 351.18º | 0.16% | 0.43% | - |
| HSV(B) | 351.18º | 0.27% | 0.49% | - |
| XYZ | 14.59 | 12.95 | 13.04 | - |
| YUV | 102.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 97 | 0 | 0.27 | 0.23 | 0.51 | 351.18 | 0.16 | 0.43 |
| Hex | 7E | 5C | 61 | 0 | 1B | 17 | 33 | 15F | 10 | 2B |
| Octal | 176 | 134 | 141 | 0 | 33 | 27 | 63 | 537 | 20 | 53 |
| Binary | 1111110 | 1011100 | 1100001 | 0 | 11011 | 10111 | 110011 | 101011111 | 10000 | 101011 |
Color Harmonies of #7E5C61
Complementary color
Monochromatic Colors of #7E5C61
Black with #7E5C61
Text Example
Text Example
White with #7E5C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5C61; }
p { color: rgb(126,92,97); }
H1.HeaderClassName
{
color: #7E5C61;
}
.AnyTagClassName
{
color: #7E5C61;
}
</style>
background-color css
<style>
a { background-color: #7E5C61; }
a { background-color: rgb(126,92,97); }
div.DivClassName
{
background-color: #7E5C61;
}
.BgClassName
{
background-color: #7E5C61;
}
</style>
border-color css
<style>
span { border-color: #7E5C61; }
span { border-color: rgb(126,92,97); }
td.TdClassName
{
border-color: #7E5C61;
}
.TagClassName
{
border-color: #7E5C61;
}
</style>