Shades of Falcon #7E5D62
Tints of Falcon #7E5D62
RGB
CMYK
RGB Variations
Color information
#7E5D62 (or 0x7E5D62) is known color: Falcon. HEX triplet: 7E, 5D and 62. RGB value is (126,93,98). Sum of RGB (Red+Green+Blue) = 126+93+98=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5D62 is #81A29D. Grayscale: #676767. Windows color (decimal): -8495774 or 6446462. OLE color: 6446462.
HSL color Cylindrical-coordinate representation of color #7E5D62: hue angle of 350.91º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E5D62 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 93 | 98 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.51 |
| HSL | 350.91º | 0.15% | 0.43% | - |
| HSV(B) | 350.91º | 0.26% | 0.49% | - |
| XYZ | 14.72 | 13.15 | 13.32 | - |
| YUV | 103.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 98 | 0 | 0.26 | 0.22 | 0.51 | 350.91 | 0.15 | 0.43 |
| Hex | 7E | 5D | 62 | 0 | 1A | 16 | 33 | 15F | F | 2B |
| Octal | 176 | 135 | 142 | 0 | 32 | 26 | 63 | 537 | 17 | 53 |
| Binary | 1111110 | 1011101 | 1100010 | 0 | 11010 | 10110 | 110011 | 101011111 | 1111 | 101011 |
Color Harmonies of #7E5D62
Complementary color
Monochromatic Colors of #7E5D62
Black with #7E5D62
Text Example
Text Example
White with #7E5D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5D62; }
p { color: rgb(126,93,98); }
H1.HeaderClassName
{
color: #7E5D62;
}
.AnyTagClassName
{
color: #7E5D62;
}
</style>
background-color css
<style>
a { background-color: #7E5D62; }
a { background-color: rgb(126,93,98); }
div.DivClassName
{
background-color: #7E5D62;
}
.BgClassName
{
background-color: #7E5D62;
}
</style>
border-color css
<style>
span { border-color: #7E5D62; }
span { border-color: rgb(126,93,98); }
td.TdClassName
{
border-color: #7E5D62;
}
.TagClassName
{
border-color: #7E5D62;
}
</style>