Shades of Falcon #786164
Tints of Falcon #786164
RGB
CMYK
RGB Variations
Color information
#786164 (or 0x786164) is known color: Falcon. HEX triplet: 78, 61 and 64. RGB value is (120,97,100). Sum of RGB (Red+Green+Blue) = 120+97+100=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #786164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786164 is #879E9B. Grayscale: #686868. Windows color (decimal): -8887964 or 6578552. OLE color: 6578552.
HSL color Cylindrical-coordinate representation of color #786164: hue angle of 352.17º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786164 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 100 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.53 |
| HSL | 352.17º | 0.11% | 0.43% | - |
| HSV(B) | 352.17º | 0.19% | 0.47% | - |
| XYZ | 14.32 | 13.46 | 13.9 | - |
| YUV | 104.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 100 | 0 | 0.19 | 0.17 | 0.53 | 352.17 | 0.11 | 0.43 |
| Hex | 78 | 61 | 64 | 0 | 13 | 11 | 35 | 160 | B | 2B |
| Octal | 170 | 141 | 144 | 0 | 23 | 21 | 65 | 540 | 13 | 53 |
| Binary | 1111000 | 1100001 | 1100100 | 0 | 10011 | 10001 | 110101 | 101100000 | 1011 | 101011 |
Color Harmonies of #786164
Complementary color
Monochromatic Colors of #786164
Black with #786164
Text Example
Text Example
White with #786164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786164; }
p { color: rgb(120,97,100); }
H1.HeaderClassName
{
color: #786164;
}
.AnyTagClassName
{
color: #786164;
}
</style>
background-color css
<style>
a { background-color: #786164; }
a { background-color: rgb(120,97,100); }
div.DivClassName
{
background-color: #786164;
}
.BgClassName
{
background-color: #786164;
}
</style>
border-color css
<style>
span { border-color: #786164; }
span { border-color: rgb(120,97,100); }
td.TdClassName
{
border-color: #786164;
}
.TagClassName
{
border-color: #786164;
}
</style>