Shades of Falcon #7F5A60
Tints of Falcon #7F5A60
RGB
CMYK
RGB Variations
Color information
#7F5A60 (or 0x7F5A60) is known color: Falcon. HEX triplet: 7F, 5A and 60. RGB value is (127,90,96). Sum of RGB (Red+Green+Blue) = 127+90+96=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5A60 is #80A59F. Grayscale: #656565. Windows color (decimal): -8431008 or 6314623. OLE color: 6314623.
HSL color Cylindrical-coordinate representation of color #7F5A60: hue angle of 350.27º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F5A60 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 90 | 96 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.50 |
| HSL | 350.27º | 0.17% | 0.43% | - |
| HSV(B) | 350.27º | 0.29% | 0.5% | - |
| XYZ | 14.52 | 12.67 | 12.75 | - |
| YUV | 101.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 96 | 0 | 0.29 | 0.24 | 0.50 | 350.27 | 0.17 | 0.43 |
| Hex | 7F | 5A | 60 | 0 | 1D | 18 | 32 | 15E | 11 | 2B |
| Octal | 177 | 132 | 140 | 0 | 35 | 30 | 62 | 536 | 21 | 53 |
| Binary | 1111111 | 1011010 | 1100000 | 0 | 11101 | 11000 | 110010 | 101011110 | 10001 | 101011 |
Color Harmonies of #7F5A60
Complementary color
Monochromatic Colors of #7F5A60
Black with #7F5A60
Text Example
Text Example
White with #7F5A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5A60; }
p { color: rgb(127,90,96); }
H1.HeaderClassName
{
color: #7F5A60;
}
.AnyTagClassName
{
color: #7F5A60;
}
</style>
background-color css
<style>
a { background-color: #7F5A60; }
a { background-color: rgb(127,90,96); }
div.DivClassName
{
background-color: #7F5A60;
}
.BgClassName
{
background-color: #7F5A60;
}
</style>
border-color css
<style>
span { border-color: #7F5A60; }
span { border-color: rgb(127,90,96); }
td.TdClassName
{
border-color: #7F5A60;
}
.TagClassName
{
border-color: #7F5A60;
}
</style>