Shades of Falcon #7A6465
Tints of Falcon #7A6465
RGB
CMYK
RGB Variations
Color information
#7A6465 (or 0x7A6465) is known color: Falcon. HEX triplet: 7A, 64 and 65. RGB value is (122,100,101). Sum of RGB (Red+Green+Blue) = 122+100+101=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6465 is #859B9A. Grayscale: #6A6A6A. Windows color (decimal): -8756123 or 6644858. OLE color: 6644858.
HSL color Cylindrical-coordinate representation of color #7A6465: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A6465 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 101 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.52 |
| HSL | 357.27º | 0.1% | 0.44% | - |
| HSV(B) | 357.27º | 0.18% | 0.48% | - |
| XYZ | 14.93 | 14.19 | 14.26 | - |
| YUV | 106.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 101 | 0 | 0.18 | 0.17 | 0.52 | 357.27 | 0.1 | 0.44 |
| Hex | 7A | 64 | 65 | 0 | 12 | 11 | 34 | 165 | A | 2C |
| Octal | 172 | 144 | 145 | 0 | 22 | 21 | 64 | 545 | 12 | 54 |
| Binary | 1111010 | 1100100 | 1100101 | 0 | 10010 | 10001 | 110100 | 101100101 | 1010 | 101100 |
Color Harmonies of #7A6465
Complementary color
Monochromatic Colors of #7A6465
Black with #7A6465
Text Example
Text Example
White with #7A6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6465; }
p { color: rgb(122,100,101); }
H1.HeaderClassName
{
color: #7A6465;
}
.AnyTagClassName
{
color: #7A6465;
}
</style>
background-color css
<style>
a { background-color: #7A6465; }
a { background-color: rgb(122,100,101); }
div.DivClassName
{
background-color: #7A6465;
}
.BgClassName
{
background-color: #7A6465;
}
</style>
border-color css
<style>
span { border-color: #7A6465; }
span { border-color: rgb(122,100,101); }
td.TdClassName
{
border-color: #7A6465;
}
.TagClassName
{
border-color: #7A6465;
}
</style>