Shades of Falcon #786265
Tints of Falcon #786265
RGB
CMYK
RGB Variations
Color information
#786265 (or 0x786265) is known color: Falcon. HEX triplet: 78, 62 and 65. RGB value is (120,98,101). Sum of RGB (Red+Green+Blue) = 120+98+101=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786265 is #879D9A. Grayscale: #686868. Windows color (decimal): -8887707 or 6644344. OLE color: 6644344.
HSL color Cylindrical-coordinate representation of color #786265: hue angle of 351.82º 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 #786265 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 101 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.53 |
| HSL | 351.82º | 0.1% | 0.43% | - |
| HSV(B) | 351.82º | 0.18% | 0.47% | - |
| XYZ | 14.46 | 13.67 | 14.19 | - |
| YUV | 104.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 101 | 0 | 0.18 | 0.16 | 0.53 | 351.82 | 0.1 | 0.43 |
| Hex | 78 | 62 | 65 | 0 | 12 | 10 | 35 | 160 | A | 2B |
| Octal | 170 | 142 | 145 | 0 | 22 | 20 | 65 | 540 | 12 | 53 |
| Binary | 1111000 | 1100010 | 1100101 | 0 | 10010 | 10000 | 110101 | 101100000 | 1010 | 101011 |
Color Harmonies of #786265
Complementary color
Monochromatic Colors of #786265
Black with #786265
Text Example
Text Example
White with #786265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786265; }
p { color: rgb(120,98,101); }
H1.HeaderClassName
{
color: #786265;
}
.AnyTagClassName
{
color: #786265;
}
</style>
background-color css
<style>
a { background-color: #786265; }
a { background-color: rgb(120,98,101); }
div.DivClassName
{
background-color: #786265;
}
.BgClassName
{
background-color: #786265;
}
</style>
border-color css
<style>
span { border-color: #786265; }
span { border-color: rgb(120,98,101); }
td.TdClassName
{
border-color: #786265;
}
.TagClassName
{
border-color: #786265;
}
</style>