Shades of Falcon #785E60
Tints of Falcon #785E60
RGB
CMYK
RGB Variations
Color information
#785E60 (or 0x785E60) is known color: Falcon. HEX triplet: 78, 5E and 60. RGB value is (120,94,96). Sum of RGB (Red+Green+Blue) = 120+94+96=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #785E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E60 is #87A19F. Grayscale: #666666. Windows color (decimal): -8888736 or 6315640. OLE color: 6315640.
HSL color Cylindrical-coordinate representation of color #785E60: hue angle of 355.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E60 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 96 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.53 |
| HSL | 355.38º | 0.12% | 0.42% | - |
| HSV(B) | 355.38º | 0.22% | 0.47% | - |
| XYZ | 13.86 | 12.84 | 12.81 | - |
| YUV | 102 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 96 | 0 | 0.22 | 0.2 | 0.53 | 355.38 | 0.12 | 0.42 |
| Hex | 78 | 5E | 60 | 0 | 16 | 14 | 35 | 163 | C | 2A |
| Octal | 170 | 136 | 140 | 0 | 26 | 24 | 65 | 543 | 14 | 52 |
| Binary | 1111000 | 1011110 | 1100000 | 0 | 10110 | 10100 | 110101 | 101100011 | 1100 | 101010 |
Color Harmonies of #785E60
Complementary color
Monochromatic Colors of #785E60
Black with #785E60
Text Example
Text Example
White with #785E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E60; }
p { color: rgb(120,94,96); }
H1.HeaderClassName
{
color: #785E60;
}
.AnyTagClassName
{
color: #785E60;
}
</style>
background-color css
<style>
a { background-color: #785E60; }
a { background-color: rgb(120,94,96); }
div.DivClassName
{
background-color: #785E60;
}
.BgClassName
{
background-color: #785E60;
}
</style>
border-color css
<style>
span { border-color: #785E60; }
span { border-color: rgb(120,94,96); }
td.TdClassName
{
border-color: #785E60;
}
.TagClassName
{
border-color: #785E60;
}
</style>