Shades of Falcon #785F62
Tints of Falcon #785F62
RGB
CMYK
RGB Variations
Color information
#785F62 (or 0x785F62) is known color: Falcon. HEX triplet: 78, 5F and 62. RGB value is (120,95,98). Sum of RGB (Red+Green+Blue) = 120+95+98=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F62 is #87A09D. Grayscale: #666666. Windows color (decimal): -8888478 or 6446968. OLE color: 6446968.
HSL color Cylindrical-coordinate representation of color #785F62: hue angle of 352.8º 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 #785F62 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 98 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.53 |
| HSL | 352.8º | 0.12% | 0.42% | - |
| HSV(B) | 352.8º | 0.21% | 0.47% | - |
| XYZ | 14.04 | 13.06 | 13.34 | - |
| YUV | 102.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 98 | 0 | 0.21 | 0.18 | 0.53 | 352.8 | 0.12 | 0.42 |
| Hex | 78 | 5F | 62 | 0 | 15 | 12 | 35 | 161 | C | 2A |
| Octal | 170 | 137 | 142 | 0 | 25 | 22 | 65 | 541 | 14 | 52 |
| Binary | 1111000 | 1011111 | 1100010 | 0 | 10101 | 10010 | 110101 | 101100001 | 1100 | 101010 |
Color Harmonies of #785F62
Complementary color
Monochromatic Colors of #785F62
Black with #785F62
Text Example
Text Example
White with #785F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F62; }
p { color: rgb(120,95,98); }
H1.HeaderClassName
{
color: #785F62;
}
.AnyTagClassName
{
color: #785F62;
}
</style>
background-color css
<style>
a { background-color: #785F62; }
a { background-color: rgb(120,95,98); }
div.DivClassName
{
background-color: #785F62;
}
.BgClassName
{
background-color: #785F62;
}
</style>
border-color css
<style>
span { border-color: #785F62; }
span { border-color: rgb(120,95,98); }
td.TdClassName
{
border-color: #785F62;
}
.TagClassName
{
border-color: #785F62;
}
</style>