Shades of Falcon #7A585F
Tints of Falcon #7A585F
RGB
CMYK
RGB Variations
Color information
#7A585F (or 0x7A585F) is known color: Falcon. HEX triplet: 7A, 58 and 5F. RGB value is (122,88,95). Sum of RGB (Red+Green+Blue) = 122+88+95=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A585F is #85A7A0. Grayscale: #626262. Windows color (decimal): -8759201 or 6248570. OLE color: 6248570.
HSL color Cylindrical-coordinate representation of color #7A585F: hue angle of 347.65º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A585F is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 95 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.52 |
| HSL | 347.65º | 0.16% | 0.41% | - |
| HSV(B) | 347.65º | 0.28% | 0.48% | - |
| XYZ | 13.58 | 11.94 | 12.42 | - |
| YUV | 98.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 95 | 0 | 0.28 | 0.22 | 0.52 | 347.65 | 0.16 | 0.41 |
| Hex | 7A | 58 | 5F | 0 | 1C | 16 | 34 | 15C | 10 | 29 |
| Octal | 172 | 130 | 137 | 0 | 34 | 26 | 64 | 534 | 20 | 51 |
| Binary | 1111010 | 1011000 | 1011111 | 0 | 11100 | 10110 | 110100 | 101011100 | 10000 | 101001 |
Color Harmonies of #7A585F
Complementary color
Monochromatic Colors of #7A585F
Black with #7A585F
Text Example
Text Example
White with #7A585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A585F; }
p { color: rgb(122,88,95); }
H1.HeaderClassName
{
color: #7A585F;
}
.AnyTagClassName
{
color: #7A585F;
}
</style>
background-color css
<style>
a { background-color: #7A585F; }
a { background-color: rgb(122,88,95); }
div.DivClassName
{
background-color: #7A585F;
}
.BgClassName
{
background-color: #7A585F;
}
</style>
border-color css
<style>
span { border-color: #7A585F; }
span { border-color: rgb(122,88,95); }
td.TdClassName
{
border-color: #7A585F;
}
.TagClassName
{
border-color: #7A585F;
}
</style>