Shades of Falcon #7E5A5D
Tints of Falcon #7E5A5D
RGB
CMYK
RGB Variations
Color information
#7E5A5D (or 0x7E5A5D) is known color: Falcon. HEX triplet: 7E, 5A and 5D. RGB value is (126,90,93). Sum of RGB (Red+Green+Blue) = 126+90+93=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5A5D is #81A5A2. Grayscale: #656565. Windows color (decimal): -8496547 or 6118014. OLE color: 6118014.
HSL color Cylindrical-coordinate representation of color #7E5A5D: hue angle of 355º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E5A5D is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 90 | 93 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.51 |
| HSL | 355º | 0.17% | 0.42% | - |
| HSV(B) | 355º | 0.29% | 0.49% | - |
| XYZ | 14.24 | 12.54 | 12.03 | - |
| YUV | 101.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 93 | 0 | 0.29 | 0.26 | 0.51 | 355 | 0.17 | 0.42 |
| Hex | 7E | 5A | 5D | 0 | 1D | 1A | 33 | 163 | 11 | 2A |
| Octal | 176 | 132 | 135 | 0 | 35 | 32 | 63 | 543 | 21 | 52 |
| Binary | 1111110 | 1011010 | 1011101 | 0 | 11101 | 11010 | 110011 | 101100011 | 10001 | 101010 |
Color Harmonies of #7E5A5D
Complementary color
Monochromatic Colors of #7E5A5D
Black with #7E5A5D
Text Example
Text Example
White with #7E5A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A5D; }
p { color: rgb(126,90,93); }
H1.HeaderClassName
{
color: #7E5A5D;
}
.AnyTagClassName
{
color: #7E5A5D;
}
</style>
background-color css
<style>
a { background-color: #7E5A5D; }
a { background-color: rgb(126,90,93); }
div.DivClassName
{
background-color: #7E5A5D;
}
.BgClassName
{
background-color: #7E5A5D;
}
</style>
border-color css
<style>
span { border-color: #7E5A5D; }
span { border-color: rgb(126,90,93); }
td.TdClassName
{
border-color: #7E5A5D;
}
.TagClassName
{
border-color: #7E5A5D;
}
</style>