Shades of Falcon #785D60
Tints of Falcon #785D60
RGB
CMYK
RGB Variations
Color information
#785D60 (or 0x785D60) is known color: Falcon. HEX triplet: 78, 5D and 60. RGB value is (120,93,96). Sum of RGB (Red+Green+Blue) = 120+93+96=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #785D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D60 is #87A29F. Grayscale: #656565. Windows color (decimal): -8888992 or 6315384. OLE color: 6315384.
HSL color Cylindrical-coordinate representation of color #785D60: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785D60 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 96 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.53 |
| HSL | 353.33º | 0.13% | 0.42% | - |
| HSV(B) | 353.33º | 0.23% | 0.47% | - |
| XYZ | 13.77 | 12.67 | 12.79 | - |
| YUV | 101.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 96 | 0 | 0.22 | 0.2 | 0.53 | 353.33 | 0.13 | 0.42 |
| Hex | 78 | 5D | 60 | 0 | 16 | 14 | 35 | 161 | D | 2A |
| Octal | 170 | 135 | 140 | 0 | 26 | 24 | 65 | 541 | 15 | 52 |
| Binary | 1111000 | 1011101 | 1100000 | 0 | 10110 | 10100 | 110101 | 101100001 | 1101 | 101010 |
Color Harmonies of #785D60
Complementary color
Monochromatic Colors of #785D60
Black with #785D60
Text Example
Text Example
White with #785D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D60; }
p { color: rgb(120,93,96); }
H1.HeaderClassName
{
color: #785D60;
}
.AnyTagClassName
{
color: #785D60;
}
</style>
background-color css
<style>
a { background-color: #785D60; }
a { background-color: rgb(120,93,96); }
div.DivClassName
{
background-color: #785D60;
}
.BgClassName
{
background-color: #785D60;
}
</style>
border-color css
<style>
span { border-color: #785D60; }
span { border-color: rgb(120,93,96); }
td.TdClassName
{
border-color: #785D60;
}
.TagClassName
{
border-color: #785D60;
}
</style>