Shades of Falcon #745659
Tints of Falcon #745659
RGB
CMYK
RGB Variations
Color information
#745659 (or 0x745659) is known color: Falcon. HEX triplet: 74, 56 and 59. RGB value is (116,86,89). Sum of RGB (Red+Green+Blue) = 116+86+89=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #745659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745659 is #8BA9A6. Grayscale: #5F5F5F. Windows color (decimal): -9152935 or 5854836. OLE color: 5854836.
HSL color Cylindrical-coordinate representation of color #745659: hue angle of 354º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #745659 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 89 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.55 |
| HSL | 354º | 0.15% | 0.4% | - |
| HSV(B) | 354º | 0.26% | 0.45% | - |
| XYZ | 12.33 | 11.09 | 10.94 | - |
| YUV | 95.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 89 | 0 | 0.26 | 0.23 | 0.55 | 354 | 0.15 | 0.4 |
| Hex | 74 | 56 | 59 | 0 | 1A | 17 | 37 | 162 | F | 28 |
| Octal | 164 | 126 | 131 | 0 | 32 | 27 | 67 | 542 | 17 | 50 |
| Binary | 1110100 | 1010110 | 1011001 | 0 | 11010 | 10111 | 110111 | 101100010 | 1111 | 101000 |
Color Harmonies of #745659
Complementary color
Monochromatic Colors of #745659
Black with #745659
Text Example
Text Example
White with #745659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745659; }
p { color: rgb(116,86,89); }
H1.HeaderClassName
{
color: #745659;
}
.AnyTagClassName
{
color: #745659;
}
</style>
background-color css
<style>
a { background-color: #745659; }
a { background-color: rgb(116,86,89); }
div.DivClassName
{
background-color: #745659;
}
.BgClassName
{
background-color: #745659;
}
</style>
border-color css
<style>
span { border-color: #745659; }
span { border-color: rgb(116,86,89); }
td.TdClassName
{
border-color: #745659;
}
.TagClassName
{
border-color: #745659;
}
</style>