Shades of Falcon #7A595F
Tints of Falcon #7A595F
RGB
CMYK
RGB Variations
Color information
#7A595F (or 0x7A595F) is known color: Falcon. HEX triplet: 7A, 59 and 5F. RGB value is (122,89,95). Sum of RGB (Red+Green+Blue) = 122+89+95=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A595F is #85A6A0. Grayscale: #636363. Windows color (decimal): -8758945 or 6248826. OLE color: 6248826.
HSL color Cylindrical-coordinate representation of color #7A595F: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A595F is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 95 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.52 |
| HSL | 349.09º | 0.16% | 0.41% | - |
| HSV(B) | 349.09º | 0.27% | 0.48% | - |
| XYZ | 13.66 | 12.11 | 12.44 | - |
| YUV | 99.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 95 | 0 | 0.27 | 0.22 | 0.52 | 349.09 | 0.16 | 0.41 |
| Hex | 7A | 59 | 5F | 0 | 1B | 16 | 34 | 15D | 10 | 29 |
| Octal | 172 | 131 | 137 | 0 | 33 | 26 | 64 | 535 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1011111 | 0 | 11011 | 10110 | 110100 | 101011101 | 10000 | 101001 |
Color Harmonies of #7A595F
Complementary color
Monochromatic Colors of #7A595F
Black with #7A595F
Text Example
Text Example
White with #7A595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A595F; }
p { color: rgb(122,89,95); }
H1.HeaderClassName
{
color: #7A595F;
}
.AnyTagClassName
{
color: #7A595F;
}
</style>
background-color css
<style>
a { background-color: #7A595F; }
a { background-color: rgb(122,89,95); }
div.DivClassName
{
background-color: #7A595F;
}
.BgClassName
{
background-color: #7A595F;
}
</style>
border-color css
<style>
span { border-color: #7A595F; }
span { border-color: rgb(122,89,95); }
td.TdClassName
{
border-color: #7A595F;
}
.TagClassName
{
border-color: #7A595F;
}
</style>