Shades of Falcon #7E5658
Tints of Falcon #7E5658
RGB
CMYK
RGB Variations
Color information
#7E5658 (or 0x7E5658) is known color: Falcon. HEX triplet: 7E, 56 and 58. RGB value is (126,86,88). Sum of RGB (Red+Green+Blue) = 126+86+88=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5658 is #81A9A7. Grayscale: #626262. Windows color (decimal): -8497576 or 5789310. OLE color: 5789310.
HSL color Cylindrical-coordinate representation of color #7E5658: hue angle of 357º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E5658 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 88 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.51 |
| HSL | 357º | 0.19% | 0.42% | - |
| HSV(B) | 357º | 0.32% | 0.49% | - |
| XYZ | 13.69 | 11.8 | 10.79 | - |
| YUV | 98.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 88 | 0 | 0.32 | 0.30 | 0.51 | 357 | 0.19 | 0.42 |
| Hex | 7E | 56 | 58 | 0 | 20 | 1E | 33 | 165 | 13 | 2A |
| Octal | 176 | 126 | 130 | 0 | 40 | 36 | 63 | 545 | 23 | 52 |
| Binary | 1111110 | 1010110 | 1011000 | 0 | 100000 | 11110 | 110011 | 101100101 | 10011 | 101010 |
Color Harmonies of #7E5658
Complementary color
Monochromatic Colors of #7E5658
Black with #7E5658
Text Example
Text Example
White with #7E5658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5658; }
p { color: rgb(126,86,88); }
H1.HeaderClassName
{
color: #7E5658;
}
.AnyTagClassName
{
color: #7E5658;
}
</style>
background-color css
<style>
a { background-color: #7E5658; }
a { background-color: rgb(126,86,88); }
div.DivClassName
{
background-color: #7E5658;
}
.BgClassName
{
background-color: #7E5658;
}
</style>
border-color css
<style>
span { border-color: #7E5658; }
span { border-color: rgb(126,86,88); }
td.TdClassName
{
border-color: #7E5658;
}
.TagClassName
{
border-color: #7E5658;
}
</style>