Shades of Falcon #7A5F63
Tints of Falcon #7A5F63
RGB
CMYK
RGB Variations
Color information
#7A5F63 (or 0x7A5F63) is known color: Falcon. HEX triplet: 7A, 5F and 63. RGB value is (122,95,99). Sum of RGB (Red+Green+Blue) = 122+95+99=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F63 is #85A09C. Grayscale: #676767. Windows color (decimal): -8757405 or 6512506. OLE color: 6512506.
HSL color Cylindrical-coordinate representation of color #7A5F63: hue angle of 351.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A5F63 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 99 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.52 |
| HSL | 351.11º | 0.12% | 0.43% | - |
| HSV(B) | 351.11º | 0.22% | 0.48% | - |
| XYZ | 14.37 | 13.22 | 13.6 | - |
| YUV | 103.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 99 | 0 | 0.22 | 0.19 | 0.52 | 351.11 | 0.12 | 0.43 |
| Hex | 7A | 5F | 63 | 0 | 16 | 13 | 34 | 15F | C | 2B |
| Octal | 172 | 137 | 143 | 0 | 26 | 23 | 64 | 537 | 14 | 53 |
| Binary | 1111010 | 1011111 | 1100011 | 0 | 10110 | 10011 | 110100 | 101011111 | 1100 | 101011 |
Color Harmonies of #7A5F63
Complementary color
Monochromatic Colors of #7A5F63
Black with #7A5F63
Text Example
Text Example
White with #7A5F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F63; }
p { color: rgb(122,95,99); }
H1.HeaderClassName
{
color: #7A5F63;
}
.AnyTagClassName
{
color: #7A5F63;
}
</style>
background-color css
<style>
a { background-color: #7A5F63; }
a { background-color: rgb(122,95,99); }
div.DivClassName
{
background-color: #7A5F63;
}
.BgClassName
{
background-color: #7A5F63;
}
</style>
border-color css
<style>
span { border-color: #7A5F63; }
span { border-color: rgb(122,95,99); }
td.TdClassName
{
border-color: #7A5F63;
}
.TagClassName
{
border-color: #7A5F63;
}
</style>