Shades of Falcon #7A545A
Tints of Falcon #7A545A
RGB
CMYK
RGB Variations
Color information
#7A545A (or 0x7A545A) is known color: Falcon. HEX triplet: 7A, 54 and 5A. RGB value is (122,84,90). Sum of RGB (Red+Green+Blue) = 122+84+90=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A545A is #85ABA5. Grayscale: #606060. Windows color (decimal): -8760230 or 5919866. OLE color: 5919866.
HSL color Cylindrical-coordinate representation of color #7A545A: hue angle of 350.53º 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 #7A545A is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 90 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.52 |
| HSL | 350.53º | 0.18% | 0.4% | - |
| HSV(B) | 350.53º | 0.31% | 0.48% | - |
| XYZ | 13.04 | 11.22 | 11.15 | - |
| YUV | 96.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 90 | 0 | 0.31 | 0.26 | 0.52 | 350.53 | 0.18 | 0.4 |
| Hex | 7A | 54 | 5A | 0 | 1F | 1A | 34 | 15F | 12 | 28 |
| Octal | 172 | 124 | 132 | 0 | 37 | 32 | 64 | 537 | 22 | 50 |
| Binary | 1111010 | 1010100 | 1011010 | 0 | 11111 | 11010 | 110100 | 101011111 | 10010 | 101000 |
Color Harmonies of #7A545A
Complementary color
Monochromatic Colors of #7A545A
Black with #7A545A
Text Example
Text Example
White with #7A545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A545A; }
p { color: rgb(122,84,90); }
H1.HeaderClassName
{
color: #7A545A;
}
.AnyTagClassName
{
color: #7A545A;
}
</style>
background-color css
<style>
a { background-color: #7A545A; }
a { background-color: rgb(122,84,90); }
div.DivClassName
{
background-color: #7A545A;
}
.BgClassName
{
background-color: #7A545A;
}
</style>
border-color css
<style>
span { border-color: #7A545A; }
span { border-color: rgb(122,84,90); }
td.TdClassName
{
border-color: #7A545A;
}
.TagClassName
{
border-color: #7A545A;
}
</style>