Shades of Falcon #786364
Tints of Falcon #786364
RGB
CMYK
RGB Variations
Color information
#786364 (or 0x786364) is known color: Falcon. HEX triplet: 78, 63 and 64. RGB value is (120,99,100). Sum of RGB (Red+Green+Blue) = 120+99+100=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786364 is #879C9B. Grayscale: #696969. Windows color (decimal): -8887452 or 6579064. OLE color: 6579064.
HSL color Cylindrical-coordinate representation of color #786364: hue angle of 357.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786364 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 99 | 100 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.53 |
| HSL | 357.14º | 0.1% | 0.43% | - |
| HSV(B) | 357.14º | 0.18% | 0.47% | - |
| XYZ | 14.51 | 13.84 | 13.96 | - |
| YUV | 105.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 100 | 0 | 0.17 | 0.17 | 0.53 | 357.14 | 0.1 | 0.43 |
| Hex | 78 | 63 | 64 | 0 | 11 | 11 | 35 | 165 | A | 2B |
| Octal | 170 | 143 | 144 | 0 | 21 | 21 | 65 | 545 | 12 | 53 |
| Binary | 1111000 | 1100011 | 1100100 | 0 | 10001 | 10001 | 110101 | 101100101 | 1010 | 101011 |
Color Harmonies of #786364
Complementary color
Monochromatic Colors of #786364
Black with #786364
Text Example
Text Example
White with #786364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786364; }
p { color: rgb(120,99,100); }
H1.HeaderClassName
{
color: #786364;
}
.AnyTagClassName
{
color: #786364;
}
</style>
background-color css
<style>
a { background-color: #786364; }
a { background-color: rgb(120,99,100); }
div.DivClassName
{
background-color: #786364;
}
.BgClassName
{
background-color: #786364;
}
</style>
border-color css
<style>
span { border-color: #786364; }
span { border-color: rgb(120,99,100); }
td.TdClassName
{
border-color: #786364;
}
.TagClassName
{
border-color: #786364;
}
</style>