Shades of Falcon #776063
Tints of Falcon #776063
RGB
CMYK
RGB Variations
Color information
#776063 (or 0x776063) is known color: Falcon. HEX triplet: 77, 60 and 63. RGB value is (119,96,99). Sum of RGB (Red+Green+Blue) = 119+96+99=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #776063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776063 is #889F9C. Grayscale: #676767. Windows color (decimal): -8953757 or 6512759. OLE color: 6512759.
HSL color Cylindrical-coordinate representation of color #776063: hue angle of 352.17º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776063 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 99 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.53 |
| HSL | 352.17º | 0.11% | 0.42% | - |
| HSV(B) | 352.17º | 0.19% | 0.47% | - |
| XYZ | 14.04 | 13.19 | 13.61 | - |
| YUV | 103.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 99 | 0 | 0.19 | 0.17 | 0.53 | 352.17 | 0.11 | 0.42 |
| Hex | 77 | 60 | 63 | 0 | 13 | 11 | 35 | 160 | B | 2A |
| Octal | 167 | 140 | 143 | 0 | 23 | 21 | 65 | 540 | 13 | 52 |
| Binary | 1110111 | 1100000 | 1100011 | 0 | 10011 | 10001 | 110101 | 101100000 | 1011 | 101010 |
Color Harmonies of #776063
Complementary color
Monochromatic Colors of #776063
Black with #776063
Text Example
Text Example
White with #776063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776063; }
p { color: rgb(119,96,99); }
H1.HeaderClassName
{
color: #776063;
}
.AnyTagClassName
{
color: #776063;
}
</style>
background-color css
<style>
a { background-color: #776063; }
a { background-color: rgb(119,96,99); }
div.DivClassName
{
background-color: #776063;
}
.BgClassName
{
background-color: #776063;
}
</style>
border-color css
<style>
span { border-color: #776063; }
span { border-color: rgb(119,96,99); }
td.TdClassName
{
border-color: #776063;
}
.TagClassName
{
border-color: #776063;
}
</style>