Shades of Falcon #745C61
Tints of Falcon #745C61
RGB
CMYK
RGB Variations
Color information
#745C61 (or 0x745C61) is known color: Falcon. HEX triplet: 74, 5C and 61. RGB value is (116,92,97). Sum of RGB (Red+Green+Blue) = 116+92+97=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C61 is #8BA39E. Grayscale: #636363. Windows color (decimal): -9151391 or 6380660. OLE color: 6380660.
HSL color Cylindrical-coordinate representation of color #745C61: hue angle of 347.5º 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 #745C61 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 97 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.55 |
| HSL | 347.5º | 0.12% | 0.41% | - |
| HSV(B) | 347.5º | 0.21% | 0.45% | - |
| XYZ | 13.19 | 12.23 | 12.97 | - |
| YUV | 99.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 97 | 0 | 0.21 | 0.16 | 0.55 | 347.5 | 0.12 | 0.41 |
| Hex | 74 | 5C | 61 | 0 | 15 | 10 | 37 | 15C | C | 29 |
| Octal | 164 | 134 | 141 | 0 | 25 | 20 | 67 | 534 | 14 | 51 |
| Binary | 1110100 | 1011100 | 1100001 | 0 | 10101 | 10000 | 110111 | 101011100 | 1100 | 101001 |
Color Harmonies of #745C61
Complementary color
Monochromatic Colors of #745C61
Black with #745C61
Text Example
Text Example
White with #745C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C61; }
p { color: rgb(116,92,97); }
H1.HeaderClassName
{
color: #745C61;
}
.AnyTagClassName
{
color: #745C61;
}
</style>
background-color css
<style>
a { background-color: #745C61; }
a { background-color: rgb(116,92,97); }
div.DivClassName
{
background-color: #745C61;
}
.BgClassName
{
background-color: #745C61;
}
</style>
border-color css
<style>
span { border-color: #745C61; }
span { border-color: rgb(116,92,97); }
td.TdClassName
{
border-color: #745C61;
}
.TagClassName
{
border-color: #745C61;
}
</style>