Shades of Falcon #7A5259
Tints of Falcon #7A5259
RGB
CMYK
RGB Variations
Color information
#7A5259 (or 0x7A5259) is known color: Falcon. HEX triplet: 7A, 52 and 59. RGB value is (122,82,89). Sum of RGB (Red+Green+Blue) = 122+82+89=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5259 is #85ADA6. Grayscale: #5E5E5E. Windows color (decimal): -8760743 or 5853818. OLE color: 5853818.
HSL color Cylindrical-coordinate representation of color #7A5259: hue angle of 349.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5259 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 89 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.52 |
| HSL | 349.5º | 0.2% | 0.4% | - |
| HSV(B) | 349.5º | 0.33% | 0.48% | - |
| XYZ | 12.85 | 10.89 | 10.88 | - |
| YUV | 94.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 89 | 0 | 0.33 | 0.27 | 0.52 | 349.5 | 0.2 | 0.4 |
| Hex | 7A | 52 | 59 | 0 | 21 | 1B | 34 | 15E | 14 | 28 |
| Octal | 172 | 122 | 131 | 0 | 41 | 33 | 64 | 536 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1011001 | 0 | 100001 | 11011 | 110100 | 101011110 | 10100 | 101000 |
Color Harmonies of #7A5259
Complementary color
Monochromatic Colors of #7A5259
Black with #7A5259
Text Example
Text Example
White with #7A5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5259; }
p { color: rgb(122,82,89); }
H1.HeaderClassName
{
color: #7A5259;
}
.AnyTagClassName
{
color: #7A5259;
}
</style>
background-color css
<style>
a { background-color: #7A5259; }
a { background-color: rgb(122,82,89); }
div.DivClassName
{
background-color: #7A5259;
}
.BgClassName
{
background-color: #7A5259;
}
</style>
border-color css
<style>
span { border-color: #7A5259; }
span { border-color: rgb(122,82,89); }
td.TdClassName
{
border-color: #7A5259;
}
.TagClassName
{
border-color: #7A5259;
}
</style>