Shades of Falcon #7A5254
Tints of Falcon #7A5254
RGB
CMYK
RGB Variations
Color information
#7A5254 (or 0x7A5254) is known color: Falcon. HEX triplet: 7A, 52 and 54. RGB value is (122,82,84). Sum of RGB (Red+Green+Blue) = 122+82+84=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5254 is #85ADAB. Grayscale: #5E5E5E. Windows color (decimal): -8760748 or 5526138. OLE color: 5526138.
HSL color Cylindrical-coordinate representation of color #7A5254: hue angle of 357º 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 #7A5254 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 84 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.52 |
| HSL | 357º | 0.2% | 0.4% | - |
| HSV(B) | 357º | 0.33% | 0.48% | - |
| XYZ | 12.64 | 10.81 | 9.81 | - |
| YUV | 94.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 84 | 0 | 0.33 | 0.31 | 0.52 | 357 | 0.2 | 0.4 |
| Hex | 7A | 52 | 54 | 0 | 21 | 1F | 34 | 165 | 14 | 28 |
| Octal | 172 | 122 | 124 | 0 | 41 | 37 | 64 | 545 | 24 | 50 |
| Binary | 1111010 | 1010010 | 1010100 | 0 | 100001 | 11111 | 110100 | 101100101 | 10100 | 101000 |
Color Harmonies of #7A5254
Complementary color
Monochromatic Colors of #7A5254
Black with #7A5254
Text Example
Text Example
White with #7A5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5254; }
p { color: rgb(122,82,84); }
H1.HeaderClassName
{
color: #7A5254;
}
.AnyTagClassName
{
color: #7A5254;
}
</style>
background-color css
<style>
a { background-color: #7A5254; }
a { background-color: rgb(122,82,84); }
div.DivClassName
{
background-color: #7A5254;
}
.BgClassName
{
background-color: #7A5254;
}
</style>
border-color css
<style>
span { border-color: #7A5254; }
span { border-color: rgb(122,82,84); }
td.TdClassName
{
border-color: #7A5254;
}
.TagClassName
{
border-color: #7A5254;
}
</style>