Shades of Falcon #7A595A
Tints of Falcon #7A595A
RGB
CMYK
RGB Variations
Color information
#7A595A (or 0x7A595A) is known color: Falcon. HEX triplet: 7A, 59 and 5A. RGB value is (122,89,90). Sum of RGB (Red+Green+Blue) = 122+89+90=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A595A is #85A6A5. Grayscale: #636363. Windows color (decimal): -8758950 or 5921146. OLE color: 5921146.
HSL color Cylindrical-coordinate representation of color #7A595A: hue angle of 358.18º 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 #7A595A is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 89 | 90 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.52 |
| HSL | 358.18º | 0.16% | 0.41% | - |
| HSV(B) | 358.18º | 0.27% | 0.48% | - |
| XYZ | 13.44 | 12.02 | 11.28 | - |
| YUV | 98.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 89 | 90 | 0 | 0.27 | 0.26 | 0.52 | 358.18 | 0.16 | 0.41 |
| Hex | 7A | 59 | 5A | 0 | 1B | 1A | 34 | 166 | 10 | 29 |
| Octal | 172 | 131 | 132 | 0 | 33 | 32 | 64 | 546 | 20 | 51 |
| Binary | 1111010 | 1011001 | 1011010 | 0 | 11011 | 11010 | 110100 | 101100110 | 10000 | 101001 |
Color Harmonies of #7A595A
Complementary color
Monochromatic Colors of #7A595A
Black with #7A595A
Text Example
Text Example
White with #7A595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A595A; }
p { color: rgb(122,89,90); }
H1.HeaderClassName
{
color: #7A595A;
}
.AnyTagClassName
{
color: #7A595A;
}
</style>
background-color css
<style>
a { background-color: #7A595A; }
a { background-color: rgb(122,89,90); }
div.DivClassName
{
background-color: #7A595A;
}
.BgClassName
{
background-color: #7A595A;
}
</style>
border-color css
<style>
span { border-color: #7A595A; }
span { border-color: rgb(122,89,90); }
td.TdClassName
{
border-color: #7A595A;
}
.TagClassName
{
border-color: #7A595A;
}
</style>