Shades of Falcon #7A6164
Tints of Falcon #7A6164
RGB
CMYK
RGB Variations
Color information
#7A6164 (or 0x7A6164) is known color: Falcon. HEX triplet: 7A, 61 and 64. RGB value is (122,97,100). Sum of RGB (Red+Green+Blue) = 122+97+100=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6164 is #859E9B. Grayscale: #686868. Windows color (decimal): -8756892 or 6578554. OLE color: 6578554.
HSL color Cylindrical-coordinate representation of color #7A6164: hue angle of 352.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6164 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 97 | 100 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.52 |
| HSL | 352.8º | 0.11% | 0.43% | - |
| HSV(B) | 352.8º | 0.2% | 0.48% | - |
| XYZ | 14.6 | 13.61 | 13.91 | - |
| YUV | 104.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 100 | 0 | 0.20 | 0.18 | 0.52 | 352.8 | 0.11 | 0.43 |
| Hex | 7A | 61 | 64 | 0 | 14 | 12 | 34 | 161 | B | 2B |
| Octal | 172 | 141 | 144 | 0 | 24 | 22 | 64 | 541 | 13 | 53 |
| Binary | 1111010 | 1100001 | 1100100 | 0 | 10100 | 10010 | 110100 | 101100001 | 1011 | 101011 |
Color Harmonies of #7A6164
Complementary color
Monochromatic Colors of #7A6164
Black with #7A6164
Text Example
Text Example
White with #7A6164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6164; }
p { color: rgb(122,97,100); }
H1.HeaderClassName
{
color: #7A6164;
}
.AnyTagClassName
{
color: #7A6164;
}
</style>
background-color css
<style>
a { background-color: #7A6164; }
a { background-color: rgb(122,97,100); }
div.DivClassName
{
background-color: #7A6164;
}
.BgClassName
{
background-color: #7A6164;
}
</style>
border-color css
<style>
span { border-color: #7A6164; }
span { border-color: rgb(122,97,100); }
td.TdClassName
{
border-color: #7A6164;
}
.TagClassName
{
border-color: #7A6164;
}
</style>