Shades of Falcon #774D55
Tints of Falcon #774D55
RGB
CMYK
RGB Variations
Color information
#774D55 (or 0x774D55) is known color: Falcon. HEX triplet: 77, 4D and 55. RGB value is (119,77,85). Sum of RGB (Red+Green+Blue) = 119+77+85=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D55 is #88B2AA. Grayscale: #5A5A5A. Windows color (decimal): -8958635 or 5590391. OLE color: 5590391.
HSL color Cylindrical-coordinate representation of color #774D55: hue angle of 348.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #774D55 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 77 | 85 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.53 |
| HSL | 348.57º | 0.21% | 0.38% | - |
| HSV(B) | 348.57º | 0.35% | 0.47% | - |
| XYZ | 11.9 | 9.89 | 9.88 | - |
| YUV | 90.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 85 | 0 | 0.35 | 0.29 | 0.53 | 348.57 | 0.21 | 0.38 |
| Hex | 77 | 4D | 55 | 0 | 23 | 1D | 35 | 15D | 15 | 26 |
| Octal | 167 | 115 | 125 | 0 | 43 | 35 | 65 | 535 | 25 | 46 |
| Binary | 1110111 | 1001101 | 1010101 | 0 | 100011 | 11101 | 110101 | 101011101 | 10101 | 100110 |
Color Harmonies of #774D55
Complementary color
Monochromatic Colors of #774D55
Black with #774D55
Text Example
Text Example
White with #774D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774D55; }
p { color: rgb(119,77,85); }
H1.HeaderClassName
{
color: #774D55;
}
.AnyTagClassName
{
color: #774D55;
}
</style>
background-color css
<style>
a { background-color: #774D55; }
a { background-color: rgb(119,77,85); }
div.DivClassName
{
background-color: #774D55;
}
.BgClassName
{
background-color: #774D55;
}
</style>
border-color css
<style>
span { border-color: #774D55; }
span { border-color: rgb(119,77,85); }
td.TdClassName
{
border-color: #774D55;
}
.TagClassName
{
border-color: #774D55;
}
</style>