Shades of Falcon #744D51
Tints of Falcon #744D51
RGB
CMYK
RGB Variations
Color information
#744D51 (or 0x744D51) is known color: Falcon. HEX triplet: 74, 4D and 51. RGB value is (116,77,81). Sum of RGB (Red+Green+Blue) = 116+77+81=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #744D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D51 is #8BB2AE. Grayscale: #595959. Windows color (decimal): -9155247 or 5328244. OLE color: 5328244.
HSL color Cylindrical-coordinate representation of color #744D51: hue angle of 353.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744D51 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 81 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.55 |
| HSL | 353.85º | 0.2% | 0.38% | - |
| HSV(B) | 353.85º | 0.34% | 0.45% | - |
| XYZ | 11.34 | 9.61 | 9.04 | - |
| YUV | 89.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 81 | 0 | 0.34 | 0.30 | 0.55 | 353.85 | 0.2 | 0.38 |
| Hex | 74 | 4D | 51 | 0 | 22 | 1E | 37 | 162 | 14 | 26 |
| Octal | 164 | 115 | 121 | 0 | 42 | 36 | 67 | 542 | 24 | 46 |
| Binary | 1110100 | 1001101 | 1010001 | 0 | 100010 | 11110 | 110111 | 101100010 | 10100 | 100110 |
Color Harmonies of #744D51
Complementary color
Monochromatic Colors of #744D51
Black with #744D51
Text Example
Text Example
White with #744D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D51; }
p { color: rgb(116,77,81); }
H1.HeaderClassName
{
color: #744D51;
}
.AnyTagClassName
{
color: #744D51;
}
</style>
background-color css
<style>
a { background-color: #744D51; }
a { background-color: rgb(116,77,81); }
div.DivClassName
{
background-color: #744D51;
}
.BgClassName
{
background-color: #744D51;
}
</style>
border-color css
<style>
span { border-color: #744D51; }
span { border-color: rgb(116,77,81); }
td.TdClassName
{
border-color: #744D51;
}
.TagClassName
{
border-color: #744D51;
}
</style>