Shades of Falcon #775A60
Tints of Falcon #775A60
RGB
CMYK
RGB Variations
Color information
#775A60 (or 0x775A60) is known color: Falcon. HEX triplet: 77, 5A and 60. RGB value is (119,90,96). Sum of RGB (Red+Green+Blue) = 119+90+96=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A60 is #88A59F. Grayscale: #636363. Windows color (decimal): -8955296 or 6314615. OLE color: 6314615.
HSL color Cylindrical-coordinate representation of color #775A60: hue angle of 347.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775A60 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 96 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.53 |
| HSL | 347.59º | 0.14% | 0.41% | - |
| HSV(B) | 347.59º | 0.24% | 0.47% | - |
| XYZ | 13.38 | 12.08 | 12.69 | - |
| YUV | 99.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 96 | 0 | 0.24 | 0.19 | 0.53 | 347.59 | 0.14 | 0.41 |
| Hex | 77 | 5A | 60 | 0 | 18 | 13 | 35 | 15C | E | 29 |
| Octal | 167 | 132 | 140 | 0 | 30 | 23 | 65 | 534 | 16 | 51 |
| Binary | 1110111 | 1011010 | 1100000 | 0 | 11000 | 10011 | 110101 | 101011100 | 1110 | 101001 |
Color Harmonies of #775A60
Complementary color
Monochromatic Colors of #775A60
Black with #775A60
Text Example
Text Example
White with #775A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A60; }
p { color: rgb(119,90,96); }
H1.HeaderClassName
{
color: #775A60;
}
.AnyTagClassName
{
color: #775A60;
}
</style>
background-color css
<style>
a { background-color: #775A60; }
a { background-color: rgb(119,90,96); }
div.DivClassName
{
background-color: #775A60;
}
.BgClassName
{
background-color: #775A60;
}
</style>
border-color css
<style>
span { border-color: #775A60; }
span { border-color: rgb(119,90,96); }
td.TdClassName
{
border-color: #775A60;
}
.TagClassName
{
border-color: #775A60;
}
</style>