Shades of Falcon #774E56
Tints of Falcon #774E56
RGB
CMYK
RGB Variations
Color information
#774E56 (or 0x774E56) is known color: Falcon. HEX triplet: 77, 4E and 56. RGB value is (119,78,86). Sum of RGB (Red+Green+Blue) = 119+78+86=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E56 is #88B1A9. Grayscale: #5B5B5B. Windows color (decimal): -8958378 or 5656183. OLE color: 5656183.
HSL color Cylindrical-coordinate representation of color #774E56: hue angle of 348.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E56 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 78 | 86 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.53 |
| HSL | 348.29º | 0.21% | 0.39% | - |
| HSV(B) | 348.29º | 0.34% | 0.47% | - |
| XYZ | 12.01 | 10.04 | 10.11 | - |
| YUV | 91.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 86 | 0 | 0.34 | 0.28 | 0.53 | 348.29 | 0.21 | 0.39 |
| Hex | 77 | 4E | 56 | 0 | 22 | 1C | 35 | 15C | 15 | 27 |
| Octal | 167 | 116 | 126 | 0 | 42 | 34 | 65 | 534 | 25 | 47 |
| Binary | 1110111 | 1001110 | 1010110 | 0 | 100010 | 11100 | 110101 | 101011100 | 10101 | 100111 |
Color Harmonies of #774E56
Complementary color
Monochromatic Colors of #774E56
Black with #774E56
Text Example
Text Example
White with #774E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E56; }
p { color: rgb(119,78,86); }
H1.HeaderClassName
{
color: #774E56;
}
.AnyTagClassName
{
color: #774E56;
}
</style>
background-color css
<style>
a { background-color: #774E56; }
a { background-color: rgb(119,78,86); }
div.DivClassName
{
background-color: #774E56;
}
.BgClassName
{
background-color: #774E56;
}
</style>
border-color css
<style>
span { border-color: #774E56; }
span { border-color: rgb(119,78,86); }
td.TdClassName
{
border-color: #774E56;
}
.TagClassName
{
border-color: #774E56;
}
</style>