Shades of Falcon #785F60
Tints of Falcon #785F60
RGB
CMYK
RGB Variations
Color information
#785F60 (or 0x785F60) is known color: Falcon. HEX triplet: 78, 5F and 60. RGB value is (120,95,96). Sum of RGB (Red+Green+Blue) = 120+95+96=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #785F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F60 is #87A09F. Grayscale: #666666. Windows color (decimal): -8888480 or 6315896. OLE color: 6315896.
HSL color Cylindrical-coordinate representation of color #785F60: hue angle of 357.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #785F60 is Cyan = 0, Magento = 0.21, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 96 | - |
| CMYK | 0 | 0.21 | 0.2 | 0.53 |
| HSL | 357.6º | 0.12% | 0.42% | - |
| HSV(B) | 357.6º | 0.21% | 0.47% | - |
| XYZ | 13.95 | 13.02 | 12.84 | - |
| YUV | 102.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 96 | 0 | 0.21 | 0.2 | 0.53 | 357.6 | 0.12 | 0.42 |
| Hex | 78 | 5F | 60 | 0 | 15 | 14 | 35 | 166 | C | 2A |
| Octal | 170 | 137 | 140 | 0 | 25 | 24 | 65 | 546 | 14 | 52 |
| Binary | 1111000 | 1011111 | 1100000 | 0 | 10101 | 10100 | 110101 | 101100110 | 1100 | 101010 |
Color Harmonies of #785F60
Complementary color
Monochromatic Colors of #785F60
Black with #785F60
Text Example
Text Example
White with #785F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F60; }
p { color: rgb(120,95,96); }
H1.HeaderClassName
{
color: #785F60;
}
.AnyTagClassName
{
color: #785F60;
}
</style>
background-color css
<style>
a { background-color: #785F60; }
a { background-color: rgb(120,95,96); }
div.DivClassName
{
background-color: #785F60;
}
.BgClassName
{
background-color: #785F60;
}
</style>
border-color css
<style>
span { border-color: #785F60; }
span { border-color: rgb(120,95,96); }
td.TdClassName
{
border-color: #785F60;
}
.TagClassName
{
border-color: #785F60;
}
</style>