Shades of Falcon #786264
Tints of Falcon #786264
RGB
CMYK
RGB Variations
Color information
#786264 (or 0x786264) is known color: Falcon. HEX triplet: 78, 62 and 64. RGB value is (120,98,100). Sum of RGB (Red+Green+Blue) = 120+98+100=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #786264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786264 is #879D9B. Grayscale: #686868. Windows color (decimal): -8887708 or 6578808. OLE color: 6578808.
HSL color Cylindrical-coordinate representation of color #786264: hue angle of 354.55º 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 #786264 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 100 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.53 |
| HSL | 354.55º | 0.1% | 0.43% | - |
| HSV(B) | 354.55º | 0.18% | 0.47% | - |
| XYZ | 14.41 | 13.65 | 13.93 | - |
| YUV | 104.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 100 | 0 | 0.18 | 0.17 | 0.53 | 354.55 | 0.1 | 0.43 |
| Hex | 78 | 62 | 64 | 0 | 12 | 11 | 35 | 163 | A | 2B |
| Octal | 170 | 142 | 144 | 0 | 22 | 21 | 65 | 543 | 12 | 53 |
| Binary | 1111000 | 1100010 | 1100100 | 0 | 10010 | 10001 | 110101 | 101100011 | 1010 | 101011 |
Color Harmonies of #786264
Complementary color
Monochromatic Colors of #786264
Black with #786264
Text Example
Text Example
White with #786264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786264; }
p { color: rgb(120,98,100); }
H1.HeaderClassName
{
color: #786264;
}
.AnyTagClassName
{
color: #786264;
}
</style>
background-color css
<style>
a { background-color: #786264; }
a { background-color: rgb(120,98,100); }
div.DivClassName
{
background-color: #786264;
}
.BgClassName
{
background-color: #786264;
}
</style>
border-color css
<style>
span { border-color: #786264; }
span { border-color: rgb(120,98,100); }
td.TdClassName
{
border-color: #786264;
}
.TagClassName
{
border-color: #786264;
}
</style>