Shades of Falcon #7A565A
Tints of Falcon #7A565A
RGB
CMYK
RGB Variations
Color information
#7A565A (or 0x7A565A) is known color: Falcon. HEX triplet: 7A, 56 and 5A. RGB value is (122,86,90). Sum of RGB (Red+Green+Blue) = 122+86+90=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A565A is #85A9A5. Grayscale: #616161. Windows color (decimal): -8759718 or 5920378. OLE color: 5920378.
HSL color Cylindrical-coordinate representation of color #7A565A: hue angle of 353.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A565A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 90 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.52 |
| HSL | 353.33º | 0.17% | 0.41% | - |
| HSV(B) | 353.33º | 0.3% | 0.48% | - |
| XYZ | 13.2 | 11.53 | 11.2 | - |
| YUV | 97.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 90 | 0 | 0.30 | 0.26 | 0.52 | 353.33 | 0.17 | 0.41 |
| Hex | 7A | 56 | 5A | 0 | 1E | 1A | 34 | 161 | 11 | 29 |
| Octal | 172 | 126 | 132 | 0 | 36 | 32 | 64 | 541 | 21 | 51 |
| Binary | 1111010 | 1010110 | 1011010 | 0 | 11110 | 11010 | 110100 | 101100001 | 10001 | 101001 |
Color Harmonies of #7A565A
Complementary color
Monochromatic Colors of #7A565A
Black with #7A565A
Text Example
Text Example
White with #7A565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A565A; }
p { color: rgb(122,86,90); }
H1.HeaderClassName
{
color: #7A565A;
}
.AnyTagClassName
{
color: #7A565A;
}
</style>
background-color css
<style>
a { background-color: #7A565A; }
a { background-color: rgb(122,86,90); }
div.DivClassName
{
background-color: #7A565A;
}
.BgClassName
{
background-color: #7A565A;
}
</style>
border-color css
<style>
span { border-color: #7A565A; }
span { border-color: rgb(122,86,90); }
td.TdClassName
{
border-color: #7A565A;
}
.TagClassName
{
border-color: #7A565A;
}
</style>