Shades of Falcon #7E5458
Tints of Falcon #7E5458
RGB
CMYK
RGB Variations
Color information
#7E5458 (or 0x7E5458) is known color: Falcon. HEX triplet: 7E, 54 and 58. RGB value is (126,84,88). Sum of RGB (Red+Green+Blue) = 126+84+88=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5458 is #81ABA7. Grayscale: #616161. Windows color (decimal): -8498088 or 5788798. OLE color: 5788798.
HSL color Cylindrical-coordinate representation of color #7E5458: hue angle of 354.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5458 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 88 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.51 |
| HSL | 354.29º | 0.2% | 0.41% | - |
| HSV(B) | 354.29º | 0.33% | 0.49% | - |
| XYZ | 13.54 | 11.48 | 10.74 | - |
| YUV | 97.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 88 | 0 | 0.33 | 0.30 | 0.51 | 354.29 | 0.2 | 0.41 |
| Hex | 7E | 54 | 58 | 0 | 21 | 1E | 33 | 162 | 14 | 29 |
| Octal | 176 | 124 | 130 | 0 | 41 | 36 | 63 | 542 | 24 | 51 |
| Binary | 1111110 | 1010100 | 1011000 | 0 | 100001 | 11110 | 110011 | 101100010 | 10100 | 101001 |
Color Harmonies of #7E5458
Complementary color
Monochromatic Colors of #7E5458
Black with #7E5458
Text Example
Text Example
White with #7E5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5458; }
p { color: rgb(126,84,88); }
H1.HeaderClassName
{
color: #7E5458;
}
.AnyTagClassName
{
color: #7E5458;
}
</style>
background-color css
<style>
a { background-color: #7E5458; }
a { background-color: rgb(126,84,88); }
div.DivClassName
{
background-color: #7E5458;
}
.BgClassName
{
background-color: #7E5458;
}
</style>
border-color css
<style>
span { border-color: #7E5458; }
span { border-color: rgb(126,84,88); }
td.TdClassName
{
border-color: #7E5458;
}
.TagClassName
{
border-color: #7E5458;
}
</style>