Shades of Falcon #745C60
Tints of Falcon #745C60
RGB
CMYK
RGB Variations
Color information
#745C60 (or 0x745C60) is known color: Falcon. HEX triplet: 74, 5C and 60. RGB value is (116,92,96). Sum of RGB (Red+Green+Blue) = 116+92+96=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #745C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C60 is #8BA39F. Grayscale: #636363. Windows color (decimal): -9151392 or 6315124. OLE color: 6315124.
HSL color Cylindrical-coordinate representation of color #745C60: hue angle of 350º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #745C60 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 96 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.55 |
| HSL | 350º | 0.12% | 0.41% | - |
| HSV(B) | 350º | 0.21% | 0.45% | - |
| XYZ | 13.14 | 12.21 | 12.73 | - |
| YUV | 99.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 96 | 0 | 0.21 | 0.17 | 0.55 | 350 | 0.12 | 0.41 |
| Hex | 74 | 5C | 60 | 0 | 15 | 11 | 37 | 15E | C | 29 |
| Octal | 164 | 134 | 140 | 0 | 25 | 21 | 67 | 536 | 14 | 51 |
| Binary | 1110100 | 1011100 | 1100000 | 0 | 10101 | 10001 | 110111 | 101011110 | 1100 | 101001 |
Color Harmonies of #745C60
Complementary color
Monochromatic Colors of #745C60
Black with #745C60
Text Example
Text Example
White with #745C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C60; }
p { color: rgb(116,92,96); }
H1.HeaderClassName
{
color: #745C60;
}
.AnyTagClassName
{
color: #745C60;
}
</style>
background-color css
<style>
a { background-color: #745C60; }
a { background-color: rgb(116,92,96); }
div.DivClassName
{
background-color: #745C60;
}
.BgClassName
{
background-color: #745C60;
}
</style>
border-color css
<style>
span { border-color: #745C60; }
span { border-color: rgb(116,92,96); }
td.TdClassName
{
border-color: #745C60;
}
.TagClassName
{
border-color: #745C60;
}
</style>