Shades of Falcon #7A5455
Tints of Falcon #7A5455
RGB
CMYK
RGB Variations
Color information
#7A5455 (or 0x7A5455) is known color: Falcon. HEX triplet: 7A, 54 and 55. RGB value is (122,84,85). Sum of RGB (Red+Green+Blue) = 122+84+85=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5455 is #85ABAA. Grayscale: #5F5F5F. Windows color (decimal): -8760235 or 5592186. OLE color: 5592186.
HSL color Cylindrical-coordinate representation of color #7A5455: hue angle of 358.42º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5455 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 85 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.52 |
| HSL | 358.42º | 0.18% | 0.4% | - |
| HSV(B) | 358.42º | 0.31% | 0.48% | - |
| XYZ | 12.84 | 11.13 | 10.07 | - |
| YUV | 95.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 85 | 0 | 0.31 | 0.30 | 0.52 | 358.42 | 0.18 | 0.4 |
| Hex | 7A | 54 | 55 | 0 | 1F | 1E | 34 | 166 | 12 | 28 |
| Octal | 172 | 124 | 125 | 0 | 37 | 36 | 64 | 546 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1010101 | 0 | 11111 | 11110 | 110100 | 101100110 | 10010 | 101000 |
Color Harmonies of #7A5455
Complementary color
Monochromatic Colors of #7A5455
Black with #7A5455
Text Example
Text Example
White with #7A5455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5455; }
p { color: rgb(122,84,85); }
H1.HeaderClassName
{
color: #7A5455;
}
.AnyTagClassName
{
color: #7A5455;
}
</style>
background-color css
<style>
a { background-color: #7A5455; }
a { background-color: rgb(122,84,85); }
div.DivClassName
{
background-color: #7A5455;
}
.BgClassName
{
background-color: #7A5455;
}
</style>
border-color css
<style>
span { border-color: #7A5455; }
span { border-color: rgb(122,84,85); }
td.TdClassName
{
border-color: #7A5455;
}
.TagClassName
{
border-color: #7A5455;
}
</style>