Shades of Falcon #774F53
Tints of Falcon #774F53
RGB
CMYK
RGB Variations
Color information
#774F53 (or 0x774F53) is known color: Falcon. HEX triplet: 77, 4F and 53. RGB value is (119,79,83). Sum of RGB (Red+Green+Blue) = 119+79+83=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F53 is #88B0AC. Grayscale: #5B5B5B. Windows color (decimal): -8958125 or 5459831. OLE color: 5459831.
HSL color Cylindrical-coordinate representation of color #774F53: hue angle of 354º degrees, saturation: 0.2, 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 #774F53 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 83 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.53 |
| HSL | 354º | 0.2% | 0.39% | - |
| HSV(B) | 354º | 0.34% | 0.47% | - |
| XYZ | 11.97 | 10.14 | 9.51 | - |
| YUV | 91.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 83 | 0 | 0.34 | 0.30 | 0.53 | 354 | 0.2 | 0.39 |
| Hex | 77 | 4F | 53 | 0 | 22 | 1E | 35 | 162 | 14 | 27 |
| Octal | 167 | 117 | 123 | 0 | 42 | 36 | 65 | 542 | 24 | 47 |
| Binary | 1110111 | 1001111 | 1010011 | 0 | 100010 | 11110 | 110101 | 101100010 | 10100 | 100111 |
Color Harmonies of #774F53
Complementary color
Monochromatic Colors of #774F53
Black with #774F53
Text Example
Text Example
White with #774F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F53; }
p { color: rgb(119,79,83); }
H1.HeaderClassName
{
color: #774F53;
}
.AnyTagClassName
{
color: #774F53;
}
</style>
background-color css
<style>
a { background-color: #774F53; }
a { background-color: rgb(119,79,83); }
div.DivClassName
{
background-color: #774F53;
}
.BgClassName
{
background-color: #774F53;
}
</style>
border-color css
<style>
span { border-color: #774F53; }
span { border-color: rgb(119,79,83); }
td.TdClassName
{
border-color: #774F53;
}
.TagClassName
{
border-color: #774F53;
}
</style>