Shades of Falcon #7A5056
Tints of Falcon #7A5056
RGB
CMYK
RGB Variations
Color information
#7A5056 (or 0x7A5056) is known color: Falcon. HEX triplet: 7A, 50 and 56. RGB value is (122,80,86). Sum of RGB (Red+Green+Blue) = 122+80+86=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5056 is #85AFA9. Grayscale: #5D5D5D. Windows color (decimal): -8761258 or 5656698. OLE color: 5656698.
HSL color Cylindrical-coordinate representation of color #7A5056: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5056 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 86 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.52 |
| HSL | 351.43º | 0.21% | 0.4% | - |
| HSV(B) | 351.43º | 0.34% | 0.48% | - |
| XYZ | 12.57 | 10.55 | 10.18 | - |
| YUV | 93.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 86 | 0 | 0.34 | 0.30 | 0.52 | 351.43 | 0.21 | 0.4 |
| Hex | 7A | 50 | 56 | 0 | 22 | 1E | 34 | 15F | 15 | 28 |
| Octal | 172 | 120 | 126 | 0 | 42 | 36 | 64 | 537 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1010110 | 0 | 100010 | 11110 | 110100 | 101011111 | 10101 | 101000 |
Color Harmonies of #7A5056
Complementary color
Monochromatic Colors of #7A5056
Black with #7A5056
Text Example
Text Example
White with #7A5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5056; }
p { color: rgb(122,80,86); }
H1.HeaderClassName
{
color: #7A5056;
}
.AnyTagClassName
{
color: #7A5056;
}
</style>
background-color css
<style>
a { background-color: #7A5056; }
a { background-color: rgb(122,80,86); }
div.DivClassName
{
background-color: #7A5056;
}
.BgClassName
{
background-color: #7A5056;
}
</style>
border-color css
<style>
span { border-color: #7A5056; }
span { border-color: rgb(122,80,86); }
td.TdClassName
{
border-color: #7A5056;
}
.TagClassName
{
border-color: #7A5056;
}
</style>