Shades of Falcon #7E565A
Tints of Falcon #7E565A
RGB
CMYK
RGB Variations
Color information
#7E565A (or 0x7E565A) is known color: Falcon. HEX triplet: 7E, 56 and 5A. RGB value is (126,86,90). Sum of RGB (Red+Green+Blue) = 126+86+90=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E565A is #81A9A5. Grayscale: #626262. Windows color (decimal): -8497574 or 5920382. OLE color: 5920382.
HSL color Cylindrical-coordinate representation of color #7E565A: hue angle of 354º 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 #7E565A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 90 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.51 |
| HSL | 354º | 0.19% | 0.42% | - |
| HSV(B) | 354º | 0.32% | 0.49% | - |
| XYZ | 13.78 | 11.83 | 11.23 | - |
| YUV | 98.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 90 | 0 | 0.32 | 0.29 | 0.51 | 354 | 0.19 | 0.42 |
| Hex | 7E | 56 | 5A | 0 | 20 | 1D | 33 | 162 | 13 | 2A |
| Octal | 176 | 126 | 132 | 0 | 40 | 35 | 63 | 542 | 23 | 52 |
| Binary | 1111110 | 1010110 | 1011010 | 0 | 100000 | 11101 | 110011 | 101100010 | 10011 | 101010 |
Color Harmonies of #7E565A
Complementary color
Monochromatic Colors of #7E565A
Black with #7E565A
Text Example
Text Example
White with #7E565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E565A; }
p { color: rgb(126,86,90); }
H1.HeaderClassName
{
color: #7E565A;
}
.AnyTagClassName
{
color: #7E565A;
}
</style>
background-color css
<style>
a { background-color: #7E565A; }
a { background-color: rgb(126,86,90); }
div.DivClassName
{
background-color: #7E565A;
}
.BgClassName
{
background-color: #7E565A;
}
</style>
border-color css
<style>
span { border-color: #7E565A; }
span { border-color: rgb(126,86,90); }
td.TdClassName
{
border-color: #7E565A;
}
.TagClassName
{
border-color: #7E565A;
}
</style>