Shades of Falcon #786566
Tints of Falcon #786566
RGB
CMYK
RGB Variations
Color information
#786566 (or 0x786566) is known color: Falcon. HEX triplet: 78, 65 and 66. RGB value is (120,101,102). Sum of RGB (Red+Green+Blue) = 120+101+102=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #786566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786566 is #879A99. Grayscale: #6A6A6A. Windows color (decimal): -8886938 or 6710648. OLE color: 6710648.
HSL color Cylindrical-coordinate representation of color #786566: hue angle of 356.84º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786566 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 102 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.53 |
| HSL | 356.84º | 0.09% | 0.43% | - |
| HSV(B) | 356.84º | 0.16% | 0.47% | - |
| XYZ | 14.8 | 14.26 | 14.54 | - |
| YUV | 106.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 102 | 0 | 0.16 | 0.15 | 0.53 | 356.84 | 0.09 | 0.43 |
| Hex | 78 | 65 | 66 | 0 | 10 | F | 35 | 165 | 9 | 2B |
| Octal | 170 | 145 | 146 | 0 | 20 | 17 | 65 | 545 | 11 | 53 |
| Binary | 1111000 | 1100101 | 1100110 | 0 | 10000 | 1111 | 110101 | 101100101 | 1001 | 101011 |
Color Harmonies of #786566
Complementary color
Monochromatic Colors of #786566
Black with #786566
Text Example
Text Example
White with #786566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786566; }
p { color: rgb(120,101,102); }
H1.HeaderClassName
{
color: #786566;
}
.AnyTagClassName
{
color: #786566;
}
</style>
background-color css
<style>
a { background-color: #786566; }
a { background-color: rgb(120,101,102); }
div.DivClassName
{
background-color: #786566;
}
.BgClassName
{
background-color: #786566;
}
</style>
border-color css
<style>
span { border-color: #786566; }
span { border-color: rgb(120,101,102); }
td.TdClassName
{
border-color: #786566;
}
.TagClassName
{
border-color: #786566;
}
</style>