Shades of Falcon #745F62
Tints of Falcon #745F62
RGB
CMYK
RGB Variations
Color information
#745F62 (or 0x745F62) is known color: Falcon. HEX triplet: 74, 5F and 62. RGB value is (116,95,98). Sum of RGB (Red+Green+Blue) = 116+95+98=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #745F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F62 is #8BA09D. Grayscale: #656565. Windows color (decimal): -9150622 or 6446964. OLE color: 6446964.
HSL color Cylindrical-coordinate representation of color #745F62: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #745F62 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 98 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.55 |
| HSL | 351.43º | 0.1% | 0.41% | - |
| HSV(B) | 351.43º | 0.18% | 0.45% | - |
| XYZ | 13.5 | 12.78 | 13.31 | - |
| YUV | 101.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 98 | 0 | 0.18 | 0.16 | 0.55 | 351.43 | 0.1 | 0.41 |
| Hex | 74 | 5F | 62 | 0 | 12 | 10 | 37 | 15F | A | 29 |
| Octal | 164 | 137 | 142 | 0 | 22 | 20 | 67 | 537 | 12 | 51 |
| Binary | 1110100 | 1011111 | 1100010 | 0 | 10010 | 10000 | 110111 | 101011111 | 1010 | 101001 |
Color Harmonies of #745F62
Complementary color
Monochromatic Colors of #745F62
Black with #745F62
Text Example
Text Example
White with #745F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F62; }
p { color: rgb(116,95,98); }
H1.HeaderClassName
{
color: #745F62;
}
.AnyTagClassName
{
color: #745F62;
}
</style>
background-color css
<style>
a { background-color: #745F62; }
a { background-color: rgb(116,95,98); }
div.DivClassName
{
background-color: #745F62;
}
.BgClassName
{
background-color: #745F62;
}
</style>
border-color css
<style>
span { border-color: #745F62; }
span { border-color: rgb(116,95,98); }
td.TdClassName
{
border-color: #745F62;
}
.TagClassName
{
border-color: #745F62;
}
</style>