Shades of Falcon #7A535B
Tints of Falcon #7A535B
RGB
CMYK
RGB Variations
Color information
#7A535B (or 0x7A535B) is known color: Falcon. HEX triplet: 7A, 53 and 5B. RGB value is (122,83,91). Sum of RGB (Red+Green+Blue) = 122+83+91=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A535B is #85ACA4. Grayscale: #5F5F5F. Windows color (decimal): -8760485 or 5985146. OLE color: 5985146.
HSL color Cylindrical-coordinate representation of color #7A535B: hue angle of 347.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A535B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 91 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.52 |
| HSL | 347.69º | 0.19% | 0.4% | - |
| HSV(B) | 347.69º | 0.32% | 0.48% | - |
| XYZ | 13.01 | 11.08 | 11.35 | - |
| YUV | 95.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 91 | 0 | 0.32 | 0.25 | 0.52 | 347.69 | 0.19 | 0.4 |
| Hex | 7A | 53 | 5B | 0 | 20 | 19 | 34 | 15C | 13 | 28 |
| Octal | 172 | 123 | 133 | 0 | 40 | 31 | 64 | 534 | 23 | 50 |
| Binary | 1111010 | 1010011 | 1011011 | 0 | 100000 | 11001 | 110100 | 101011100 | 10011 | 101000 |
Color Harmonies of #7A535B
Complementary color
Monochromatic Colors of #7A535B
Black with #7A535B
Text Example
Text Example
White with #7A535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A535B; }
p { color: rgb(122,83,91); }
H1.HeaderClassName
{
color: #7A535B;
}
.AnyTagClassName
{
color: #7A535B;
}
</style>
background-color css
<style>
a { background-color: #7A535B; }
a { background-color: rgb(122,83,91); }
div.DivClassName
{
background-color: #7A535B;
}
.BgClassName
{
background-color: #7A535B;
}
</style>
border-color css
<style>
span { border-color: #7A535B; }
span { border-color: rgb(122,83,91); }
td.TdClassName
{
border-color: #7A535B;
}
.TagClassName
{
border-color: #7A535B;
}
</style>