Shades of Falcon #7A5E62
Tints of Falcon #7A5E62
RGB
CMYK
RGB Variations
Color information
#7A5E62 (or 0x7A5E62) is known color: Falcon. HEX triplet: 7A, 5E and 62. RGB value is (122,94,98). Sum of RGB (Red+Green+Blue) = 122+94+98=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E62 is #85A19D. Grayscale: #666666. Windows color (decimal): -8757662 or 6446714. OLE color: 6446714.
HSL color Cylindrical-coordinate representation of color #7A5E62: hue angle of 351.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A5E62 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 98 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.52 |
| HSL | 351.43º | 0.13% | 0.42% | - |
| HSV(B) | 351.43º | 0.23% | 0.48% | - |
| XYZ | 14.23 | 13.02 | 13.32 | - |
| YUV | 102.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 98 | 0 | 0.23 | 0.20 | 0.52 | 351.43 | 0.13 | 0.42 |
| Hex | 7A | 5E | 62 | 0 | 17 | 14 | 34 | 15F | D | 2A |
| Octal | 172 | 136 | 142 | 0 | 27 | 24 | 64 | 537 | 15 | 52 |
| Binary | 1111010 | 1011110 | 1100010 | 0 | 10111 | 10100 | 110100 | 101011111 | 1101 | 101010 |
Color Harmonies of #7A5E62
Complementary color
Monochromatic Colors of #7A5E62
Black with #7A5E62
Text Example
Text Example
White with #7A5E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E62; }
p { color: rgb(122,94,98); }
H1.HeaderClassName
{
color: #7A5E62;
}
.AnyTagClassName
{
color: #7A5E62;
}
</style>
background-color css
<style>
a { background-color: #7A5E62; }
a { background-color: rgb(122,94,98); }
div.DivClassName
{
background-color: #7A5E62;
}
.BgClassName
{
background-color: #7A5E62;
}
</style>
border-color css
<style>
span { border-color: #7A5E62; }
span { border-color: rgb(122,94,98); }
td.TdClassName
{
border-color: #7A5E62;
}
.TagClassName
{
border-color: #7A5E62;
}
</style>