Shades of Falcon #786064
Tints of Falcon #786064
RGB
CMYK
RGB Variations
Color information
#786064 (or 0x786064) is known color: Falcon. HEX triplet: 78, 60 and 64. RGB value is (120,96,100). Sum of RGB (Red+Green+Blue) = 120+96+100=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786064 is #879F9B. Grayscale: #676767. Windows color (decimal): -8888220 or 6578296. OLE color: 6578296.
HSL color Cylindrical-coordinate representation of color #786064: hue angle of 350º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786064 is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 100 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.53 |
| HSL | 350º | 0.11% | 0.42% | - |
| HSV(B) | 350º | 0.2% | 0.47% | - |
| XYZ | 14.23 | 13.28 | 13.87 | - |
| YUV | 103.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 100 | 0 | 0.2 | 0.17 | 0.53 | 350 | 0.11 | 0.42 |
| Hex | 78 | 60 | 64 | 0 | 14 | 11 | 35 | 15E | B | 2A |
| Octal | 170 | 140 | 144 | 0 | 24 | 21 | 65 | 536 | 13 | 52 |
| Binary | 1111000 | 1100000 | 1100100 | 0 | 10100 | 10001 | 110101 | 101011110 | 1011 | 101010 |
Color Harmonies of #786064
Complementary color
Monochromatic Colors of #786064
Black with #786064
Text Example
Text Example
White with #786064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786064; }
p { color: rgb(120,96,100); }
H1.HeaderClassName
{
color: #786064;
}
.AnyTagClassName
{
color: #786064;
}
</style>
background-color css
<style>
a { background-color: #786064; }
a { background-color: rgb(120,96,100); }
div.DivClassName
{
background-color: #786064;
}
.BgClassName
{
background-color: #786064;
}
</style>
border-color css
<style>
span { border-color: #786064; }
span { border-color: rgb(120,96,100); }
td.TdClassName
{
border-color: #786064;
}
.TagClassName
{
border-color: #786064;
}
</style>