Shades of Falcon #746063
Tints of Falcon #746063
RGB
CMYK
RGB Variations
Color information
#746063 (or 0x746063) is known color: Falcon. HEX triplet: 74, 60 and 63. RGB value is (116,96,99). Sum of RGB (Red+Green+Blue) = 116+96+99=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #746063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746063 is #8B9F9C. Grayscale: #666666. Windows color (decimal): -9150365 or 6512756. OLE color: 6512756.
HSL color Cylindrical-coordinate representation of color #746063: hue angle of 351º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #746063 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 99 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.55 |
| HSL | 351º | 0.09% | 0.42% | - |
| HSV(B) | 351º | 0.17% | 0.45% | - |
| XYZ | 13.64 | 12.98 | 13.59 | - |
| YUV | 102.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 99 | 0 | 0.17 | 0.15 | 0.55 | 351 | 0.09 | 0.42 |
| Hex | 74 | 60 | 63 | 0 | 11 | F | 37 | 15F | 9 | 2A |
| Octal | 164 | 140 | 143 | 0 | 21 | 17 | 67 | 537 | 11 | 52 |
| Binary | 1110100 | 1100000 | 1100011 | 0 | 10001 | 1111 | 110111 | 101011111 | 1001 | 101010 |
Color Harmonies of #746063
Complementary color
Monochromatic Colors of #746063
Black with #746063
Text Example
Text Example
White with #746063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746063; }
p { color: rgb(116,96,99); }
H1.HeaderClassName
{
color: #746063;
}
.AnyTagClassName
{
color: #746063;
}
</style>
background-color css
<style>
a { background-color: #746063; }
a { background-color: rgb(116,96,99); }
div.DivClassName
{
background-color: #746063;
}
.BgClassName
{
background-color: #746063;
}
</style>
border-color css
<style>
span { border-color: #746063; }
span { border-color: rgb(116,96,99); }
td.TdClassName
{
border-color: #746063;
}
.TagClassName
{
border-color: #746063;
}
</style>