Shades of Falcon #785D61
Tints of Falcon #785D61
RGB
CMYK
RGB Variations
Color information
#785D61 (or 0x785D61) is known color: Falcon. HEX triplet: 78, 5D and 61. RGB value is (120,93,97). Sum of RGB (Red+Green+Blue) = 120+93+97=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #785D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D61 is #87A29E. Grayscale: #656565. Windows color (decimal): -8888991 or 6380920. OLE color: 6380920.
HSL color Cylindrical-coordinate representation of color #785D61: hue angle of 351.11º 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 #785D61 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 97 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.53 |
| HSL | 351.11º | 0.13% | 0.42% | - |
| HSV(B) | 351.11º | 0.23% | 0.47% | - |
| XYZ | 13.82 | 12.68 | 13.03 | - |
| YUV | 101.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 97 | 0 | 0.22 | 0.19 | 0.53 | 351.11 | 0.13 | 0.42 |
| Hex | 78 | 5D | 61 | 0 | 16 | 13 | 35 | 15F | D | 2A |
| Octal | 170 | 135 | 141 | 0 | 26 | 23 | 65 | 537 | 15 | 52 |
| Binary | 1111000 | 1011101 | 1100001 | 0 | 10110 | 10011 | 110101 | 101011111 | 1101 | 101010 |
Color Harmonies of #785D61
Complementary color
Monochromatic Colors of #785D61
Black with #785D61
Text Example
Text Example
White with #785D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D61; }
p { color: rgb(120,93,97); }
H1.HeaderClassName
{
color: #785D61;
}
.AnyTagClassName
{
color: #785D61;
}
</style>
background-color css
<style>
a { background-color: #785D61; }
a { background-color: rgb(120,93,97); }
div.DivClassName
{
background-color: #785D61;
}
.BgClassName
{
background-color: #785D61;
}
</style>
border-color css
<style>
span { border-color: #785D61; }
span { border-color: rgb(120,93,97); }
td.TdClassName
{
border-color: #785D61;
}
.TagClassName
{
border-color: #785D61;
}
</style>